adding docker buildx builder
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Andrew Davidson 2023-03-07 12:50:17 -08:00
parent 03077c020a
commit b5896123df
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -7,6 +7,10 @@ CONTAINER_USER=amd
echo "### MARK LOGIN "
echo $PUSH_TOKEN | docker login -u=$PUSH_USER --password-stdin $CONTAINER_HOST
echo "### MAKE BUILDER"
docker buildx create --use --name builder
echo "### MARK BUILD AMD64"
docker buildx build --push \
--platform linux/amd64,linux/arm64,linux/arm/v7 \