Fix build by adding Qemu

This commit is contained in:
John Donaldson 2020-10-29 14:00:43 -04:00
parent 686751a1f9
commit 56bfe80db0
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ jobs:
username: neale
password: ${{ secrets.DOCKER_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# Currently required, because buildx doesn't support auto-push from docker
- name: Set up builder
uses: docker/setup-buildx-action@v1