Skip to content

Commit cdba792

Browse files
committed
ci: use github-hosted arm runner for release workflow
1 parent 2b1c252 commit cdba792

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-docker-image.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,14 @@ jobs:
3939
include:
4040
- runner: ubuntu-24.04
4141
platform: linux/amd64
42-
- runner: ubuntu-24.04
42+
- runner: ubuntu-24.04-arm
4343
platform: linux/arm64
4444
steps:
4545
- name: Check out repo
4646
uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
4949

50-
- name: Set up QEMU
51-
uses: docker/setup-qemu-action@v3
52-
if: ${{ matrix.platform == 'linux/arm64' }}
53-
5450
- name: Build and push by digest
5551
uses: ./.github/actions/docker
5652
id: docker_build

0 commit comments

Comments
 (0)