diff --git a/.goreleaser.yml b/.goreleaser.yml index 96ddb56..d77a1f9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,6 +7,9 @@ before: builds: - goos: [linux, darwin, windows] goarch: [386, amd64, arm64] + ignore: + - goos: darwin + goarch: 386 ldflags: - -X github.com/github/codeql-action-sync/internal/version.version={{.Version}} - -X github.com/github/codeql-action-sync/internal/version.commit={{.Commit}}