mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Setup QEMU
This commit is contained in:
parent
65d5d79631
commit
076b412f00
3
.github/workflows/publish-image.yml
vendored
3
.github/workflows/publish-image.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
|||
steps:
|
||||
- name: Set up Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in a new issue