mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
vfkit: Use 0.6.0 binary
The go module was update to 0.6.0 but podman is still installing an older binary. This is not really a problem, but better to use the latest version. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
@ -7,7 +7,7 @@ else
|
|||||||
GOARCH:=$(ARCH)
|
GOARCH:=$(ARCH)
|
||||||
endif
|
endif
|
||||||
GVPROXY_VERSION ?= 0.8.1
|
GVPROXY_VERSION ?= 0.8.1
|
||||||
VFKIT_VERSION ?= 0.5.1
|
VFKIT_VERSION ?= 0.6.0
|
||||||
KRUNKIT_VERSION ?= 0.1.4
|
KRUNKIT_VERSION ?= 0.1.4
|
||||||
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
|
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
|
||||||
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
|
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
|
||||||
|
Reference in New Issue
Block a user