We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b77efc6 + f2aef15 commit 33c1d92Copy full SHA for 33c1d92
1 file changed
src/custompios
@@ -12,7 +12,7 @@ source ${CUSTOM_PI_OS_PATH}/common.sh
12
function execute_chroot_script() {
13
14
# In docker, these extra commands are required to enable this black-magic
15
- if [ -f /.dockerenv ]; then
+ if [ -f /.dockerenv ] && [ $(arch) != "armv7l" ] ; then
16
update-binfmts --enable qemu-arm
17
mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc || true
18
fi
0 commit comments