Skip to content

Commit

Permalink
Add arm build (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomelm authored Mar 15, 2021
1 parent bdcc8d0 commit 0d46e56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ builds:
- darwin
goarch:
- amd64
- id: stripe-darwin-arm
ldflags:
- -s -w -X github.com/stripe/stripe-cli/pkg/version.Version={{.Version}}
binary: stripe
main: ./cmd/stripe/main.go
goos:
- darwin
goarch:
- arm64
archives:
- replacements:
darwin: mac-os
Expand Down

0 comments on commit 0d46e56

Please sign in to comment.