Skip to content

Commit

Permalink
fix: removed windows+arm64 from goreleaser closes #2942 (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Apr 21, 2021
1 parent 813478d commit 71145d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ builds:
- windows
goarch:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarm: 7
- goos: linux
goarm: 6
- goos: windows
goarm: 7
ldflags:
- -X github.com/Checkmarx/kics/internal/constants.Version={{.Version}}
- -X github.com/Checkmarx/kics/internal/constants.SCMCommit={{.Commit}}
Expand Down

0 comments on commit 71145d7

Please sign in to comment.