mirror of
https://github.com/ollama/ollama.git
synced 2025-10-09 22:53:26 +02:00
Disable arm64 for test phase
The runners are x86 so we can only run binaries that match.
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
arch: [amd64, arm64]
|
arch: [amd64]
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
Reference in New Issue
Block a user