Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 279 Bytes

File metadata and controls

21 lines (14 loc) · 279 Bytes

Set up buildx.

./setup-builder.sh

Build the images (uploads to registry:80):

docker buildx bake

Test the container(s) on the appropriate platforms.

Then upload the images to hub.docker.com:

docker login -u packom
REGISTRY=packom docker buildx bake