Skip to content

Commit a640ee7

Browse files
committed
chore: no need to specify the image
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 348d1e9 commit a640ee7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
df -h
2828
echo "-----------------------------------------------------"
2929
- uses: docker/setup-qemu-action@v3
30-
with:
31-
image: tonistiigi/binfmt:qemu-v9.2.2-52
3230
- name: Checkout
3331
uses: actions/checkout@v4
3432
# We need the full history for the commitlint task

.github/workflows/release-please.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
node-version: 20
1818
- uses: docker/setup-qemu-action@v3
19-
with:
20-
image: tonistiigi/binfmt:qemu-v9.2.2-52
2119
- name: Checkout
2220
uses: actions/checkout@v4
2321
- name: Install Task

.github/workflows/release-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: docker/setup-qemu-action@v3
11-
with:
12-
image: tonistiigi/binfmt:qemu-v9.2.2-52
1311
- name: Checkout
1412
uses: actions/checkout@v4
1513
- name: Install Task

0 commit comments

Comments
 (0)