changing qemu

suspect it's nested as it's DIND. May need to sleep on it.
This commit is contained in:
Kelly Hair 2020-04-14 17:36:39 -04:00
parent 67ded393ca
commit 0b099f3564

View file

@ -12,8 +12,9 @@ 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":
- apk add qemu-system-arm - apk add qemu-aarch64_be
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - ls -ltar /usr/bin/
# - 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
- mv buildx* ~/.docker/cli-plugins/docker-buildx - mv buildx* ~/.docker/cli-plugins/docker-buildx