File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,9 @@ jobs:
308308 build-push-docker-ubuntu-base-aarch64 :
309309 name : Push (Ubuntu-Base-aarch64) --> Docker Hub
310310 # runs-on: arm64-linux-healthchecker
311- runs-on : ubuntu-latest
312-
311+ # runs-on: ubuntu-latest
312+ runs-on : ubuntu-24.04-arm
313+
313314 steps :
314315 - name : Checkout repository
315316 uses : actions/checkout@v4
@@ -588,8 +589,9 @@ jobs:
588589# ------------------------------------------------------------------------------------#
589590 build-push-docker-runner-aarch64 :
590591 name : Push (runner-aarch64) --> Docker Hub
591- runs-on : ubuntu-latest
592- # needs: [build-push-docker-ubuntu-base]
592+ # runs-on: ubuntu-latest
593+ runs-on : ubuntu-24.04-arm
594+ # needs: [build-push-docker-ubuntu-base]
593595 steps :
594596 - name : Checkout repository
595597 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments