Skip to content

Commit 4777114

Browse files
authored
Remove SETUP_QEMU_IMAGE variable and image input from QEMU setup (#1179)
1 parent a991d25 commit 4777114

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- name: Set up QEMU
5959
uses: docker/setup-qemu-action@v4.0.0
6060
with:
61-
image: ${{vars.SETUP_QEMU_IMAGE}}
6261
platforms: ${{steps.info.outputs.platforms}}
6362
- name: Set up Docker Buildx
6463
uses: docker/setup-buildx-action@v4.0.0

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v4.0.0
3232
with:
33-
image: ${{vars.SETUP_QEMU_IMAGE}}
3433
platforms: ${{env.PLATFORMS}}
3534
- name: Set up Docker Buildx
3635
uses: docker/setup-buildx-action@v4.0.0

0 commit comments

Comments
 (0)