Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 214 Bytes

docker.md

File metadata and controls

7 lines (6 loc) · 214 Bytes

docker buildx create --use --name mybuild

docker buildx build
--platform linux/amd64,linux/arm64
--tag hartmutcouk/pg-repack-docker:1.5.0
--tag hartmutcouk/pg-repack-docker:latest
--push .