temporarily skip arm64 for mac

This commit is contained in:
Chris Lu 2022-04-26 22:05:31 -07:00 committed by GitHub
parent 94f824e1ce
commit 15c7d6e7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,8 @@ jobs:
strategy:
matrix:
goos: [darwin]
goarch: [amd64, arm64]
# goarch: [amd64, arm64]
goarch: [amd64]
steps: