From 81655a35fc1ecc194cdcb56965896386ed29abd7 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 12 Apr 2022 12:09:59 +1000 Subject: [PATCH] Run Docker so qemu-aarch64 flags: OCF (fixes uraimo#68) --- src/run-on-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run-on-arch.sh b/src/run-on-arch.sh index cadf95af..813e094f 100755 --- a/src/run-on-arch.sh +++ b/src/run-on-arch.sh @@ -37,7 +37,7 @@ install_deps () { # linux/386, linux/arm/v7, linux/arm/v6 sudo apt-get update -q -y sudo apt-get -qq install -y qemu qemu-user-static - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes } build_container () {