We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbcf7f commit bfdb684Copy full SHA for bfdb684
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ on:
14
description: 'list of platforms to build for'
15
type: string
16
required: false
17
- default: '["amd64", "arm64", "armv7"]'
+ default: '["amd64", "arm64", "arm/v7"]'
18
19
build:
20
description: 'set WORKFLOW_BUILD'
@@ -250,7 +250,7 @@ jobs:
250
# ╚═════════════════════════════════════════════════════╝
251
# SETUP QEMU IF ARCH IS ARM v7 (runs on arm64 for better performance)
252
- name: container image / setup qemu
253
- if: env.WORKFLOW_BUILD == 'true' && matrix.platform == 'armv7'
+ if: env.WORKFLOW_BUILD == 'true' && matrix.platform == 'arm/v7'
254
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
255
256
# SETUP BUILDX BUILDER WITH USING LOCAL REGISTRY
0 commit comments