Skip to content

Commit 80977d2

Browse files
authored
ci: use GHA ARM runners for image build (#86)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 746719e commit 80977d2

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
@@ -83,7 +83,7 @@ jobs:
8383
done
8484
8585
build-arm64:
86-
runs-on: ["self-hosted", "ARM64"]
86+
runs-on: ubuntu-24.04-arm
8787
permissions:
8888
contents: read
8989
packages: write

0 commit comments

Comments
 (0)