Skip to content

Commit 89dc3f1

Browse files
committed
use matrix.platform
1 parent 91065af commit 89dc3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
context: ./
8383
# Dockerfile dir
8484
file: ./docker/Dockerfile
85-
# available linux/amd64,linux/arm64
86-
platforms: linux/amd64,linux/arm64
85+
# platforms: linux/amd64,linux/arm64
86+
platforms: ${{ matrix.platform }}
8787
build-args: |
8888
"ARG_SITE_URL=${{ env.SITE_URL }}"
8989
"ARG_PLAUSIBLE_SCRIPT_URL=${{ env.PLAUSIBLE_SCRIPT_URL }}"

0 commit comments

Comments
 (0)