1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Makefile: update buildx version to v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 22316ff1d8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-07-20 00:58:13 +02:00
parent bc3cc2e7ac
commit 74e699c8d3
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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)