Skip to content

Commit 6b543a4

Browse files
authored
Merge pull request #44 from github/remove-darwin-386
Remove the Darwin 386 build.
2 parents 9ab49c4 + 542a235 commit 6b543a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ before:
77
builds:
88
- goos: [linux, darwin, windows]
99
goarch: [386, amd64, arm64]
10+
ignore:
11+
- goos: darwin
12+
goarch: 386
1013
ldflags:
1114
- -X github.com/github/codeql-action-sync/internal/version.version={{.Version}}
1215
- -X github.com/github/codeql-action-sync/internal/version.commit={{.Commit}}

0 commit comments

Comments
 (0)