Skip to content

Commit

Permalink
Merge pull request #47 from cloudcosmonaut/feat/add-arm64-support
Browse files Browse the repository at this point in the history
feat: add arm64 build
  • Loading branch information
bschaatsbergen committed Sep 12, 2022
2 parents 0428d7d + 9a7ca39 commit 29ec4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- main: ./main.go
binary: cidr
goos: ["linux", "darwin", "windows"]
goarch: ["386", "amd64"]
goarch: ["386", "amd64", "arm64"]
ldflags:
- -s -w -X "github.com/bschaatsbergen/cidr/cmd.version={{.Version}}"
env:
Expand Down

0 comments on commit 29ec4c3

Please sign in to comment.