Skip to content

Commit

Permalink
Enable Podman by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hardBSDk committed Sep 20, 2024
1 parent 9f8a6e0 commit 56b3efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56b3efa

Please sign in to comment.