Skip to content

Commit fc75cb3

Browse files
committed
Workflow fix for cpu builds.
1 parent 15b25ac commit fc75cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-jupyter-singleuser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
- name: Set up Docker Buildx
6666
uses: docker/setup-buildx-action@v3
6767

68-
68+
- name: Set up QEMU
69+
uses: docker/setup-qemu-action@v3
6970

7071
# Optional: mark that login ran successfully
7172
- name: Flag login success

0 commit comments

Comments
 (0)