Skip to content

Commit 8132541

Browse files
committed
Fixed github workflow for arm64 img base.
1 parent f9c4062 commit 8132541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- platform: amd64
2727
runner: ubuntu-22.04
2828
- platform: arm64
29-
runner: ubuntu-22.04-arm64
29+
runner: ubuntu-22.04-arm
3030

3131
env:
3232
working-directory: ./

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- platform: amd64
2727
runner: ubuntu-22.04
2828
- platform: arm64
29-
runner: ubuntu-22.04-arm64
29+
runner: ubuntu-22.04-arm
3030

3131
env:
3232
working-directory: ./

0 commit comments

Comments
 (0)