Skip to content

Commit

Permalink
Merge pull request #100 from lack/release_arm
Browse files Browse the repository at this point in the history
Modify go-releaser to build arm64 and not 386
  • Loading branch information
openshift-merge-bot[bot] authored Sep 10, 2024
2 parents 9e9761a + b14c5d6 commit 6c347bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- darwin
goarch:
- amd64
- "386"
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit 6c347bc

Please sign in to comment.