non-systemd

This commit is contained in:
2023-02-28 19:44:47 +05:00
parent 3e5cb4ee80
commit 7bd28ef95e

View File

@ -54,13 +54,12 @@ PODMAN_VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases
git clone https://github.com/containers/podman.git podman-$PODMAN_VERSION
cd podman-$PODMAN_VERSION
git checkout tags/$PODMAN_VERSION
#make BUILDTAGS="selinux seccomp" #non systemd
make ENABLE_BUILDTAGS="systemd" binaries
cp -vr ./bin ~/build/
cd ~
## prepare for packging
mkdir -p podman-deb