aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-11-18 14:27:16 -0500
committerMax Isom <[email protected]>2020-11-18 14:27:16 -0500
commit076b412f001a0603ff523c1e3a88207ae1fe66b4 (patch)
treed8c2f1767594cfc26c050890135721b7b8653a64 /.github
parent65d5d79631d1677fd9c4c7395321dcdf0679a334 (diff)
downloadmuse-076b412f001a0603ff523c1e3a88207ae1fe66b4.tar.xz
muse-076b412f001a0603ff523c1e3a88207ae1fe66b4.zip
Setup QEMU
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-image.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml
index fa963d4..ade2f03 100644
--- a/.github/workflows/publish-image.yml
+++ b/.github/workflows/publish-image.yml
@@ -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