mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 17:32:12 +00:00
non-systemd
This commit is contained in:
parent
3e5cb4ee80
commit
7bd28ef95e
@ -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
|
git clone https://github.com/containers/podman.git podman-$PODMAN_VERSION
|
||||||
cd podman-$PODMAN_VERSION
|
cd podman-$PODMAN_VERSION
|
||||||
git checkout tags/$PODMAN_VERSION
|
git checkout tags/$PODMAN_VERSION
|
||||||
|
#make BUILDTAGS="selinux seccomp" #non systemd
|
||||||
make ENABLE_BUILDTAGS="systemd" binaries
|
make ENABLE_BUILDTAGS="systemd" binaries
|
||||||
cp -vr ./bin ~/build/
|
cp -vr ./bin ~/build/
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## prepare for packging
|
## prepare for packging
|
||||||
mkdir -p podman-deb
|
mkdir -p podman-deb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user