From 35e992fe0ac170a5f2e1fb1fc05d3e8be39fde8b Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Fri, 26 Jun 2020 20:37:40 -0400 Subject: [PATCH] Enable buildx in cloudbuild --- images/echo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/echo/Makefile b/images/echo/Makefile index 0f1c11df2..9f5ad0310 100644 --- a/images/echo/Makefile +++ b/images/echo/Makefile @@ -31,7 +31,7 @@ PLATFORMS?=linux/amd64 OUTPUT= PROGRESS=plain -build: +build: ensure-buildx docker buildx build \ --platform=${PLATFORMS} $(OUTPUT) \ --progress=$(PROGRESS) \