We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeb5f6 commit 8da4e4eCopy full SHA for 8da4e4e
1 file changed
src/custompios
@@ -27,7 +27,7 @@ function execute_chroot_script() {
27
28
#black magic of qemu-arm-static
29
# cp `which qemu-arm-static` usr/bin
30
- if [ -f /.dockerenv ] && [ "$(arch)" != "armv7l" ] && [ "$(arch)" != "aarch64" ] ; then
+ if [ "$(arch)" != "armv7l" ] && [ "$(arch)" != "aarch64" ] ; then
31
if [ "$BASE_ARCH" == "armv7l" ]; then
32
cp `which qemu-arm-static` usr/bin/qemu-arm-static
33
elif [ "$BASE_ARCH" == "aarch64" ] || [ "$BASE_ARCH" == "arm64" ]; then
0 commit comments