Merge pull request #11844 from hashicorp/support-darwin-arm64

This commit is contained in:
Freddy 2021-12-15 09:42:03 -07:00 committed by GitHub
commit 5b3322b3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@ name: build
on:
push:
# Sequence of patterns matched against refs/heads
branches: [ main ]
branches: [
"main"
]
env:
PKG_NAME: consul
@ -169,7 +171,7 @@ jobs:
strategy:
matrix:
goos: [ darwin ]
goarch: [ "amd64" ]
goarch: [ "amd64", "arm64" ]
go: [ "1.17.5" ]
fail-fast: true