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

View File

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