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=
|
||||
PROGRESS=plain
|
||||
|
||||
build:
|
||||
build: ensure-buildx
|
||||
docker buildx build \
|
||||
--platform=${PLATFORMS} $(OUTPUT) \
|
||||
--progress=$(PROGRESS) \
|
||||
|
|
Loading…
Reference in a new issue