Skip to content

Commit 33c1d92

Browse files
committed
Merge branch 'devel' into docker-multiarch
2 parents b77efc6 + f2aef15 commit 33c1d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custompios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source ${CUSTOM_PI_OS_PATH}/common.sh
1212
function execute_chroot_script() {
1313

1414
# In docker, these extra commands are required to enable this black-magic
15-
if [ -f /.dockerenv ]; then
15+
if [ -f /.dockerenv ] && [ $(arch) != "armv7l" ] ; then
1616
update-binfmts --enable qemu-arm
1717
mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc || true
1818
fi

0 commit comments

Comments
 (0)