Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
cf51967
1
Parent(s):
cbff360
Fix docker test
Browse files
.github/workflows/CI_docker.yml
CHANGED
@@ -32,7 +32,7 @@ jobs:
|
|
32 |
julia-version: ['1.8.2']
|
33 |
python-version: ['3.10.8']
|
34 |
os: [ubuntu-latest]
|
35 |
-
arch: ['linux/
|
36 |
|
37 |
steps:
|
38 |
- uses: actions/checkout@v3
|
|
|
32 |
julia-version: ['1.8.2']
|
33 |
python-version: ['3.10.8']
|
34 |
os: [ubuntu-latest]
|
35 |
+
arch: ['linux/amd64']
|
36 |
|
37 |
steps:
|
38 |
- uses: actions/checkout@v3
|
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -11,7 +11,6 @@ on:
|
|
11 |
jobs:
|
12 |
test:
|
13 |
runs-on: ${{ matrix.os }}
|
14 |
-
timeout-minutes: 60
|
15 |
defaults:
|
16 |
run:
|
17 |
shell: bash
|
@@ -21,7 +20,7 @@ jobs:
|
|
21 |
julia-version: ['1.8.2']
|
22 |
python-version: ['3.10.8']
|
23 |
os: [ubuntu-latest]
|
24 |
-
arch: ['linux/
|
25 |
|
26 |
steps:
|
27 |
- uses: actions/checkout@v3
|
|
|
11 |
jobs:
|
12 |
test:
|
13 |
runs-on: ${{ matrix.os }}
|
|
|
14 |
defaults:
|
15 |
run:
|
16 |
shell: bash
|
|
|
20 |
julia-version: ['1.8.2']
|
21 |
python-version: ['3.10.8']
|
22 |
os: [ubuntu-latest]
|
23 |
+
arch: ['linux/amd64', 'linux/arm64']
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/checkout@v3
|