Enable Podman by default

This commit is contained in:
Ribbon 2024-09-20 21:00:16 +00:00
parent 9f8a6e02e9
commit 56b3efa7b6

View file

@ -30,7 +30,7 @@ HOST_CARGO=env -u RUSTUP_TOOLCHAIN -u CC -u TARGET cargo
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
REDOXFS_MKFS_FLAGS?=
## Set to 1 to enable Podman build, any other value will disable it
PODMAN_BUILD?=0
PODMAN_BUILD?=1
## The containerfile to use for the Podman base image
CONTAINERFILE?=podman/redox-base-containerfile