Enable darwin arm64 builds in goreleaser (#4435)

This commit is contained in:
beret 2023-02-17 07:24:51 -07:00 committed by GitHub
parent 08a1231178
commit 1fbcdf52cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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