Skip to content

Commit 0bded16

Browse files
authored
ci: use GHA ARM runners for image build (#266)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 2ed89fe commit 0bded16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
5252
5353
build-arm64:
54-
runs-on: ["self-hosted", "ARM64"]
54+
runs-on: ubuntu-24.04-arm
5555
steps:
5656
- uses: actions/checkout@v4
5757
- name: qemu

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
done
8282
8383
build-arm64:
84-
runs-on: ["self-hosted", "ARM64"]
84+
runs-on: ubuntu-24.04-arm
8585
permissions:
8686
contents: read
8787
packages: write

0 commit comments

Comments
 (0)