Adding qemu
This commit is contained in:
Kelly Hair 2020-04-14 17:19:18 -04:00
parent 8720e77bcf
commit 8b3b399f6d

View file

@ -12,6 +12,7 @@ build:ARM64:
script: script:
# Current thinking is to add build the container & tag with both the date # Current thinking is to add build the container & tag with both the date
# in YYYY-mm-dd-h-m-s format as well as "latest": # in YYYY-mm-dd-h-m-s format as well as "latest":
- apt-get install 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
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 - wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
- mkdir -p ~/.docker/cli-plugins - mkdir -p ~/.docker/cli-plugins