From 22316ff1d8851052f1ef47c6cda09aec5586e380 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 20 Jul 2021 00:58:13 +0200 Subject: [PATCH] Makefile: update buildx version to v0.6.0 Signed-off-by: Sebastiaan van Stijn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b6403ab25..dbc26f5e5e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all binary dynbinary build cross help install manpages run shell test test-docker-py test-integration test-unit validate win -BUILDX_VERSION ?= v0.5.1 +BUILDX_VERSION ?= v0.6.0 ifdef USE_BUILDX BUILDX ?= $(shell command -v buildx)