Skip to content

Commit

Permalink
Merge pull request #20186 from cfergeau/gvproxy
Browse files Browse the repository at this point in the history
Update mac installer to latest gvproxy release
  • Loading branch information
openshift-merge-robot authored Sep 29, 2023
2 parents 5e216a2 + 58b5ae2 commit f3aa35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pkginstaller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3aa35a

Please sign in to comment.