Skip to content

Commit

Permalink
Run Docker so qemu-aarch64 flags: OCF (fixes #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
benalexau committed Apr 12, 2022
1 parent cf07819 commit 81655a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 81655a3

Please sign in to comment.