Skip to content

Commit bfdb684

Browse files
committed
fix: arm/v7
1 parent bbbcf7f commit bfdb684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: 'list of platforms to build for'
1515
type: string
1616
required: false
17-
default: '["amd64", "arm64", "armv7"]'
17+
default: '["amd64", "arm64", "arm/v7"]'
1818

1919
build:
2020
description: 'set WORKFLOW_BUILD'
@@ -250,7 +250,7 @@ jobs:
250250
# ╚═════════════════════════════════════════════════════╝
251251
# SETUP QEMU IF ARCH IS ARM v7 (runs on arm64 for better performance)
252252
- name: container image / setup qemu
253-
if: env.WORKFLOW_BUILD == 'true' && matrix.platform == 'armv7'
253+
if: env.WORKFLOW_BUILD == 'true' && matrix.platform == 'arm/v7'
254254
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
255255

256256
# SETUP BUILDX BUILDER WITH USING LOCAL REGISTRY

0 commit comments

Comments
 (0)