Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
7eb6015
1
Parent(s):
9721308
Turn off building docker images for arm64
Browse files
.github/workflows/docker_deploy.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
strategy:
|
21 |
matrix:
|
22 |
os: [ubuntu-latest]
|
23 |
-
arch: [linux/amd64
|
24 |
python-version: [3.10.8]
|
25 |
julia-version: [1.8.2]
|
26 |
steps:
|
|
|
20 |
strategy:
|
21 |
matrix:
|
22 |
os: [ubuntu-latest]
|
23 |
+
arch: [linux/amd64]
|
24 |
python-version: [3.10.8]
|
25 |
julia-version: [1.8.2]
|
26 |
steps:
|