Merge pull request #42658 from thaJeztah/buildx_0.6

Makefile: update buildx version to v0.6.0
This commit is contained in:
Brian Goff 2021-07-27 14:20:24 -07:00 committed by GitHub
commit 1f42dd5e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)