Skip to content

Commit 7774745

Browse files
committed
fix
1 parent cc809d3 commit 7774745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
file: "/tmp/DOCKERFILES/alpine.dockerfile"
191191
platforms: "linux/${{ matrix.platform }}"
192192
build-args: |
193-
TARGETARCH="${{ matrix.platform }}"
193+
TARGETARCH=${{ matrix.platform }}
194194
tags: |
195195
pkgforge/alpine:edge
196196
pkgforge/alpine:edge-${{ env.DOCKER_TAG }}

0 commit comments

Comments
 (0)