Skip to content

Commit c2fe008

Browse files
committed
update the workflows to test the artifacts and docker images on arm64 runners
1 parent f0b195f commit c2fe008

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/_docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
uses: docker/setup-docker-action@v4
4747
with:
4848
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
49-
-
50-
name: Setup QEMU
51-
uses: docker/setup-qemu-action@v3
5249
-
5350
name: Setup Docker Buildx
5451
uses: docker/setup-buildx-action@v3

.github/workflows/_docker_manifests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
uses: docker/setup-docker-action@v4
3535
with:
3636
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
37-
-
38-
name: Setup QEMU
39-
uses: docker/setup-qemu-action@v3
4037
-
4138
name: Setup Docker Buildx
4239
uses: docker/setup-buildx-action@v3

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- arch: amd64
7373
runner: ubuntu-24.04
7474
- arch: arm64
75-
runner: ubuntu-24.04
75+
runner: ubuntu-24.04-arm
7676
uses: ./.github/workflows/_artifacts_linux.yml
7777
with:
7878
runner: ${{ matrix.runner }}
@@ -90,7 +90,7 @@ jobs:
9090
- arch: amd64
9191
runner: ubuntu-24.04
9292
- arch: arm64
93-
runner: ubuntu-24.04
93+
runner: ubuntu-24.04-arm
9494

9595
uses: ./.github/workflows/_docker.yml
9696
with:

0 commit comments

Comments
 (0)