mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
It hasn't been an issue for Docker because their defaults didn't conflict, but Podman mounts volumes with nodev (and formerly noexec) by default, which would break the build. Adding `dev` and `exec` to the volume mount options ensures the needed setting whatever the defaults.