Exclude darwin/arm since that isn't a valid combination for #78

This commit is contained in:
David Dworken 2023-02-24 09:55:51 -08:00
parent 11ffa3b7f3
commit 54ce34be52
No known key found for this signature in database

View File

@ -14,6 +14,9 @@ jobs:
matrix:
goos: [linux, darwin]
goarch: [amd64, arm, arm64]
exclude:
- goos: darwin
goarch: arm
steps:
- uses: actions/checkout@v2
- name: Set up Go