mirror of https://github.com/dirtbags/moth.git
Fix build by adding Qemu
This commit is contained in:
parent
686751a1f9
commit
56bfe80db0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue