Makefile: update buildx to v0.9.0

release notes: https://github.com/docker/buildx/releases/tag/v0.9.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f27b74f0f7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-08-17 14:55:39 +02:00
parent dfd2f917dc
commit 8e6ed32610
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.8.2
BUILDX_VERSION ?= v0.9.0
ifdef USE_BUILDX
BUILDX ?= $(shell command -v buildx)