瀏覽代碼

Makefile: update buildx version to v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 年之前
父節點
當前提交
22316ff1d8
共有 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
 
-BUILDX_VERSION ?= v0.5.1
+BUILDX_VERSION ?= v0.6.0
 
 ifdef USE_BUILDX
 BUILDX ?= $(shell command -v buildx)