Enable buildx in cloudbuild
This commit is contained in:
parent
2c13cbadce
commit
35e992fe0a
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||||
|
|
Loading…
Reference in a new issue