mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Add TARGETPLATFORM build argument to publish-docker-image workflow for multi-arch support
This commit is contained in:
1
.github/workflows/publish-docker-image.yaml
vendored
1
.github/workflows/publish-docker-image.yaml
vendored
@@ -46,6 +46,7 @@ jobs:
|
||||
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--build-arg TARGETPLATFORM \
|
||||
$tag_args \
|
||||
-f ./docker/Dockerfile \
|
||||
--push .
|
||||
|
||||
Reference in New Issue
Block a user