Skip to content

Commit 8da4e4e

Browse files
committed
Fixes #72
1 parent dbeb5f6 commit 8da4e4e

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
@@ -27,7 +27,7 @@ function execute_chroot_script() {
2727

2828
#black magic of qemu-arm-static
2929
# cp `which qemu-arm-static` usr/bin
30-
if [ -f /.dockerenv ] && [ "$(arch)" != "armv7l" ] && [ "$(arch)" != "aarch64" ] ; then
30+
if [ "$(arch)" != "armv7l" ] && [ "$(arch)" != "aarch64" ] ; then
3131
if [ "$BASE_ARCH" == "armv7l" ]; then
3232
cp `which qemu-arm-static` usr/bin/qemu-arm-static
3333
elif [ "$BASE_ARCH" == "aarch64" ] || [ "$BASE_ARCH" == "arm64" ]; then

0 commit comments

Comments
 (0)