Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

File metadata and controls

8 lines (6 loc) · 222 Bytes
buildx create --name mybuilder --bootstrap --use
docker buildx build --builder mybuilder --platform linux/amd64,linux/arm64 -t agerdes/intro-fp:latest -t agerdes/intro-fp:ht24 -f intro-fp.docker . --push