diff options
| author | Max Isom <[email protected]> | 2020-11-18 14:27:16 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-11-18 14:27:16 -0500 |
| commit | 076b412f001a0603ff523c1e3a88207ae1fe66b4 (patch) | |
| tree | d8c2f1767594cfc26c050890135721b7b8653a64 /.github | |
| parent | 65d5d79631d1677fd9c4c7395321dcdf0679a334 (diff) | |
| download | muse-076b412f001a0603ff523c1e3a88207ae1fe66b4.tar.xz muse-076b412f001a0603ff523c1e3a88207ae1fe66b4.zip | |
Setup QEMU
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish-image.yml | 3 |
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 |
