Enable buildx in cloudbuild

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-26 20:37:40 -04:00
parent dda624201e
commit 0b0a225725

View file

@ -31,7 +31,7 @@ PLATFORMS?=linux/amd64
OUTPUT= OUTPUT=
PROGRESS=plain PROGRESS=plain
build: build: ensure-buildx
docker buildx build \ docker buildx build \
--platform=${PLATFORMS} $(OUTPUT) \ --platform=${PLATFORMS} $(OUTPUT) \
--progress=$(PROGRESS) \ --progress=$(PROGRESS) \