Enable buildx in cloudbuild

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-26 20:37:40 -04:00
parent 2c13cbadce
commit 35e992fe0a

View file

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