浏览代码

Merge pull request #43972 from thaJeztah/buildx_0.9

Makefile: update buildx to v0.9.0
Akihiro Suda 2 年之前
父节点
当前提交
5675d3a8fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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.8.2
+BUILDX_VERSION ?= v0.9.0
 
 
 ifdef USE_BUILDX
 ifdef USE_BUILDX
 BUILDX ?= $(shell command -v buildx)
 BUILDX ?= $(shell command -v buildx)