Skip to content

Commit 79d6431

Browse files
authored
update go releaser to skip darwin / amd64
1 parent 843d652 commit 79d6431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ builds:
1515
goarch:
1616
- amd64
1717
- arm64
18-
#ignore:
19-
# - goos: darwin # docs suggest that darwin arm64 should compile, but doesnt...
20-
# goarch: arm64
18+
ignore:
19+
- goos: darwin # docs suggest that darwin arm64 should compile, but doesnt...
20+
goarch: arm64
2121

2222
id: "steampipe-gcp"
2323
binary: "{{ .ProjectName }}.plugin"

0 commit comments

Comments
 (0)