From 7bd28ef95e7976e3b8ff716d02963bfd913785c1 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 19:44:47 +0500 Subject: [PATCH] non-systemd --- podman-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman-build.sh b/podman-build.sh index 96c9913..6b2ab6c 100644 --- a/podman-build.sh +++ b/podman-build.sh @@ -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