There was an error while loading. Please reload this page.
1 parent b00f972 commit 2ddf77cCopy full SHA for 2ddf77c
1 file changed
scripts/package-build/podman/package.toml
@@ -1,12 +1,12 @@
1
[[packages]]
2
name = "podman"
3
-commit_id = "v4.9.5"
+commit_id = "v5.5.2"
4
scm_url = "https://github.com/containers/podman"
5
6
#build_cmd = "cd ..; ./build.sh"
7
build_cmd = """
8
make install.tools
9
-make podman-release
+BINDIR=/usr/bin make podman-release
10
11
tar xf podman-release-$(dpkg --print-architecture).tar.gz
12
VERSION=$(ls -d podman-v* | cut -c9-)
0 commit comments