build: use podman by default

This commit is contained in:
Hugo Renard 2024-04-25 11:14:06 +02:00
parent 792270e7f9
commit 9830ab5d8a
Signed by: hougo
GPG key ID: 3A285FD470209C59

View file

@ -22,7 +22,7 @@ endif
# Be aware that the target commands are only tested with Docker which is
# scaffolded by default. However, you might want to replace it to use other
# tools. (i.e. podman)
CONTAINER_TOOL ?= docker
CONTAINER_TOOL ?= podman
# Setting SHELL to bash allows bash commands to be executed by recipes.
# Options are set to exit when a recipe line exits non-zero or a piped command fails.