Skip to content

Commit 16cca23

Browse files
committed
setup-qemu defaults to false
Signed-off-by: CrazyMax <[email protected]>
1 parent 1a26cba commit 16cca23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ on:
6363
type: boolean
6464
description: "Install QEMU static binaries"
6565
required: false
66-
default: true
66+
default: false
6767
# same as docker/metadata-action inputs (minus sep-tags, sep-labels, sep-annotations, bake-target)
6868
meta-images:
6969
type: string

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
type: boolean
5959
description: "Install QEMU static binaries"
6060
required: false
61-
default: true
61+
default: false
6262
# same as docker/metadata-action inputs (minus sep-tags, sep-labels, sep-annotations, bake-target)
6363
meta-images:
6464
type: string

0 commit comments

Comments
 (0)