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 cc809d3 commit 7774745Copy full SHA for 7774745
.github/workflows/build_default.yaml
@@ -190,7 +190,7 @@ jobs:
190
file: "/tmp/DOCKERFILES/alpine.dockerfile"
191
platforms: "linux/${{ matrix.platform }}"
192
build-args: |
193
- TARGETARCH="${{ matrix.platform }}"
+ TARGETARCH=${{ matrix.platform }}
194
tags: |
195
pkgforge/alpine:edge
196
pkgforge/alpine:edge-${{ env.DOCKER_TAG }}
0 commit comments