Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
ab11754
1
Parent(s):
1312ca7
Install QEMU in docker nightly action
Browse files
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -24,6 +24,10 @@ jobs:
|
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|
|
|
|
|
|
|
|
|
27 |
- name: Build docker
|
28 |
run: docker build -t pysr --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.julia-version }} --build-arg PYVERSION=${{ matrix.python-version }} .
|
29 |
- name: Test docker
|
|
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|
27 |
+
- name: Set up QEMU
|
28 |
+
uses: docker/setup-qemu-action@master
|
29 |
+
with:
|
30 |
+
platforms: all
|
31 |
- name: Build docker
|
32 |
run: docker build -t pysr --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.julia-version }} --build-arg PYVERSION=${{ matrix.python-version }} .
|
33 |
- name: Test docker
|