mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 11:41:36 +02:00
Setup QEMU
This commit is contained in:
parent
65d5d79631
commit
076b412f00
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-image.yml
vendored
3
.github/workflows/publish-image.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
- 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
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue