Please work

This commit is contained in:
Kelly Hair 2020-04-14 17:56:23 -04:00
parent 28a00d5d2d
commit 586b0c0b94

View file

@ -13,11 +13,10 @@ build:ARM64:
# 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":
- apk add qemu-aarch64_be
- ls /proc/sys/fs/binfmt_misc/
- cat /proc/sys/fs/binfmt_misc/qemu-aarch64
- 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
- ls /proc/sys/fs/binfmt_misc/
- 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
- mkdir -p ~/.docker/cli-plugins
- mv buildx* ~/.docker/cli-plugins/docker-buildx