Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
Blafy authored Jul 5, 2019
1 parent abcee62 commit f8dd42e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions script/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ else
bundle clean
else

# install qemu-user-satic for ARM build
sudo apt-get -qq update
sudo apt-get install qemu-user-static # TODO: remove this line

mkdir -p repos/jekyll/copy/all/usr/bin/

wget https://github.com/multiarch/qemu-user-static/releases/download/v3.1.0-2/qemu-arm-static
# using v3, getting some errors with qemu-arm-static v4.0.0-5

cp qemu-arm-static repos/jekyll/copy/all/usr/bin/
chmod +x repos/jekyll/copy/all/usr/bin/qemu-arm-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset


# --
# Update Docker
# This is for the CI only.
Expand Down

0 comments on commit f8dd42e

Please sign in to comment.