Merge pull request #20186 from cfergeau/gvproxy

Update mac installer to latest gvproxy release
This commit is contained in:
OpenShift Merge Robot
2023-09-28 21:03:57 -04:00
committed by GitHub

View File

@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64)
else
GOARCH:=$(ARCH)
endif
GVPROXY_VERSION ?= 0.5.0
GVPROXY_VERSION ?= 0.7.1
QEMU_VERSION ?= 8.0.0-1
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
QEMU_RELEASE_URL ?= https://github.com/containers/podman-machine-qemu/releases/download/v$(QEMU_VERSION)/podman-machine-qemu-$(ARCH)-$(QEMU_VERSION).tar.xz