Merge pull request #43972 from thaJeztah/buildx_0.9

Makefile: update buildx to v0.9.0
This commit is contained in:
Akihiro Suda 2022-08-19 02:40:54 +09:00 committed by GitHub
commit 5675d3a8fe
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.8.2
BUILDX_VERSION ?= v0.9.0
ifdef USE_BUILDX
BUILDX ?= $(shell command -v buildx)