Remove qemu install requirement for the host

This commit is contained in:
nicolas.dorier 2018-11-23 14:08:14 +09:00
parent 4c1fd3edae
commit e24630ac1e

View file

@ -47,8 +47,6 @@ jobs:
- checkout
- run:
command: |
sudo apt update
sudo apt install -y qemu qemu-user-static qemu-user binfmt-support
sudo docker run --rm --privileged multiarch/qemu-user-static:register --reset
LATEST_TAG=${CIRCLE_TAG:1} #trim v from tag
#