We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ab49c4 + 542a235 commit 6b543a4Copy full SHA for 6b543a4
.goreleaser.yml
@@ -7,6 +7,9 @@ before:
7
builds:
8
- goos: [linux, darwin, windows]
9
goarch: [386, amd64, arm64]
10
+ ignore:
11
+ - goos: darwin
12
+ goarch: 386
13
ldflags:
14
- -X github.com/github/codeql-action-sync/internal/version.version={{.Version}}
15
- -X github.com/github/codeql-action-sync/internal/version.commit={{.Commit}}
0 commit comments