Skip to content

Commit f5ff04b

Browse files
committed
style: update qemu ver
1 parent ccea6ee commit f5ff04b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
uses: docker/setup-qemu-action@v3
9090
id: qemu
9191
with:
92-
image: tonistiigi/binfmt
93-
platforms: all
92+
image: tonistiigi/binfmt:qemu-v8.1.5
93+
platforms: linux/amd64,linux/arm64
9494

9595
- name: "[SETUP] Set artifact names"
9696
id: set-artifact-name

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- name: "[SETUP] Setup QEMU environment"
7171
uses: docker/setup-qemu-action@v3
7272
with:
73-
image: tonistiigi/binfmt
74-
platforms: all
73+
image: tonistiigi/binfmt:qemu-v8.1.5
74+
platforms: linux/amd64,linux/arm64
7575

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: "[SETUP] Setup QEMU environment"
7373
uses: docker/setup-qemu-action@v3
7474
with:
75-
image: tonistiigi/binfmt
76-
platforms: all
75+
image: tonistiigi/binfmt:qemu-v8.1.5
76+
platforms: linux/amd64,linux/arm64
7777

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- name: "[SETUP] Setup QEMU environment"
5757
uses: docker/setup-qemu-action@v3
5858
with:
59-
image: tonistiigi/binfmt
60-
platforms: all
59+
image: tonistiigi/binfmt:qemu-v8.1.5
60+
platforms: linux/amd64,linux/arm64
6161

6262
- name: "[SETUP] Set artifact names"
6363
id: set-artifact-name

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt
145-
platforms: all
144+
image: tonistiigi/binfmt:qemu-v8.1.5
145+
platforms: linux/amd64,linux/arm64
146146

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
- name: "[SETUP] Setup QEMU environment"
142142
uses: docker/setup-qemu-action@v3
143143
with:
144-
image: tonistiigi/binfmt
145-
platforms: all
144+
image: tonistiigi/binfmt:qemu-v8.1.5
145+
platforms: linux/amd64,linux/arm64
146146

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

0 commit comments

Comments
 (0)