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

Merge pull request #43453 from thaJeztah/bump_buildx_0.8.2

Makefile: update buildx to v0.8.2
This commit is contained in:
Sebastiaan van Stijn 2022-04-07 10:45:57 +02:00 committed by GitHub
commit a461373146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 .PHONY: all binary dynbinary build cross help install manpages run shell test test-docker-py test-integration test-unit validate win
BUILDX_VERSION ?= v0.6.0 BUILDX_VERSION ?= v0.8.2
ifdef USE_BUILDX ifdef USE_BUILDX
BUILDX ?= $(shell command -v buildx) BUILDX ?= $(shell command -v buildx)