Skip to content

Commit

Permalink
feat: add arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcosmonaut committed Sep 12, 2022
1 parent 0428d7d commit 9a7ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
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 9a7ca39

Please sign in to comment.