May have had the wrong qemu

This commit is contained in:
Kelly Hair 2020-04-14 18:05:36 -04:00
parent 5a5532dd64
commit d7259bf235

View file

@ -12,7 +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":
# - apk add qemu-aarch64_be - apk add qemu-aarch64
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- ls /proc/sys/fs/binfmt_misc/qemu-aarch64 - ls /proc/sys/fs/binfmt_misc/qemu-aarch64
- cat /proc/sys/fs/binfmt_misc/qemu-aarch64 - cat /proc/sys/fs/binfmt_misc/qemu-aarch64