Skip to content

Commit

Permalink
podman: Fix linux filename for 4.4.x releases
Browse files Browse the repository at this point in the history
This fixes crc-org#662
  • Loading branch information
cfergeau committed Apr 5, 2023
1 parent 3684cb9 commit 2795125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createdisk-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function download_podman() {
local arch=$2

mkdir -p podman-remote/linux
curl -L https://github.com/containers/podman/releases/download/v{version}/podman-remote-static.tar.gz | tar -zx -C podman-remote/linux podman-remote-static
curl -L https://github.com/containers/podman/releases/download/v{version}/podman-remote-static-linux_${arch}.tar.gz | tar -zx -C podman-remote/linux podman-remote-static
mv podman-remote/linux/podman-remote-static podman-remote/linux/podman-remote
chmod +x podman-remote/linux/podman-remote

Expand Down

0 comments on commit 2795125

Please sign in to comment.