Skip to content

Commit c992778

Browse files
committed
feat: use qemu-v9.2.0
1 parent 1df1d70 commit c992778

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-qemu-action@v3
9090
id: qemu
9191
with:
92-
image: tonistiigi/binfmt:qemu-v8.1.5
92+
image: tonistiigi/binfmt:qemu-v9.2.0
9393
platforms: all
9494

9595
- name: "[SETUP] Set artifact names"

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: "[SETUP] Setup QEMU environment"
7171
uses: docker/setup-qemu-action@v3
7272
with:
73-
image: tonistiigi/binfmt:qemu-v8.1.5
73+
image: tonistiigi/binfmt:qemu-v9.2.0
7474
platforms: all
7575

7676
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: "[SETUP] Setup QEMU environment"
7373
uses: docker/setup-qemu-action@v3
7474
with:
75-
image: tonistiigi/binfmt:qemu-v8.1.5
75+
image: tonistiigi/binfmt:qemu-v9.2.0
7676
platforms: all
7777

7878
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: "[SETUP] Setup QEMU environment"
5757
uses: docker/setup-qemu-action@v3
5858
with:
59-
image: tonistiigi/binfmt:qemu-v8.1.5
59+
image: tonistiigi/binfmt:qemu-v9.2.0
6060
platforms: all
6161

6262
- name: "[SETUP] Set artifact names"

.github/workflows/docker-name-version-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt:qemu-v8.1.5
144+
image: tonistiigi/binfmt:qemu-v9.2.0
145145
platforms: all
146146

147147
- name: "[SETUP] Determine Docker tag"

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt:qemu-v8.1.5
144+
image: tonistiigi/binfmt:qemu-v9.2.0
145145
platforms: all
146146

147147
- name: "[SETUP] Determine Docker tag"

0 commit comments

Comments
 (0)