Disable arm64 for test phase

The runners are x86 so we can only run binaries that match.
This commit is contained in:
Daniel Hiltgen 2024-01-17 19:00:30 -08:00
parent 1b249748ab
commit b992bf65fc

View file

@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [amd64, arm64]
arch: [amd64]
exclude:
- os: ubuntu-latest
arch: arm64