Skip to content

Commit

Permalink
Add sudo to gvproxy install
Browse files Browse the repository at this point in the history
  • Loading branch information
jericop committed Aug 6, 2023
1 parent 3870aa2 commit 458fd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman_poc_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
sudo apt-get install -y podman
# gvproxy is required to start arm64 podman machine
curl -L -o /usr/libexec/podman/gvproxy https://github.com/containers/gvisor-tap-vsock/releases/download/v0.7.0/gvproxy-linux
chmod +x /usr/libexec/podman/gvproxy
sudo -L -o /usr/libexec/podman/gvproxy https://github.com/containers/gvisor-tap-vsock/releases/download/v0.7.0/gvproxy-linux
sudo chmod +x /usr/libexec/podman/gvproxy
podman machine ls
arm64_coreos_archive_filename=fedora-coreos-38.20230709.3.0-qemu.aarch64.qcow2.xz
Expand Down

0 comments on commit 458fd65

Please sign in to comment.