Skip to content

Commit

Permalink
Use latest Docker for builds (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Dec 7, 2019
1 parent eaaec73 commit 0d4081f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/pre_build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Set up QEMU for cross compilation
apt update -y
apt -y --only-upgrade install docker-ee
apt install -y qemu-user-static
cp /usr/bin/qemu-*-static .
docker run --rm --privileged multiarch/qemu-user-static:register --reset

0 comments on commit 0d4081f

Please sign in to comment.