Skip to content

Commit 2b11b7e

Browse files
tariq1890elezar
authored andcommitted
[no-relnote] switch to the newer qemu artifacts image
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 82090b5 commit 2b11b7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/image.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
name: Check out code
5858
- name: Set up QEMU
5959
uses: docker/setup-qemu-action@v3
60+
with:
61+
image: tonistiigi/binfmt:master
6062
- name: Set up Docker Buildx
6163
uses: docker/setup-buildx-action@v3
6264
- name: build ${{ matrix.target }} packages
@@ -114,6 +116,8 @@ jobs:
114116
115117
- name: Set up QEMU
116118
uses: docker/setup-qemu-action@v3
119+
with:
120+
image: tonistiigi/binfmt:master
117121
- name: Set up Docker Buildx
118122
uses: docker/setup-buildx-action@v3
119123
- name: Get built packages

0 commit comments

Comments
 (0)