Enable darwin arm64 builds in goreleaser (#4435)
This commit is contained in:
parent
08a1231178
commit
1fbcdf52cc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ builds:
|
|||
- -s -w -X github.com/cli/cli/v2/internal/build.Version={{.Version}} -X github.com/cli/cli/v2/internal/build.Date={{time "2006-01-02"}}
|
||||
id: macos
|
||||
goos: [darwin]
|
||||
goarch: [amd64]
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
- <<: *build_defaults
|
||||
id: linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue