aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 21:50:19 -0700
committerMax Isom <[email protected]>2024-08-17 21:50:19 -0700
commitfbe64036d8a60bcf6854ba988ec6bdf81e1db863 (patch)
tree69c97886dbca782f6314ec7deffccf767751b9fb /.github
parent72667bf00eb53045a7bf4479e697246081b8294c (diff)
downloadmuse-fbe64036d8a60bcf6854ba988ec6bdf81e1db863.tar.xz
muse-fbe64036d8a60bcf6854ba988ec6bdf81e1db863.zip
Update workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml
index b6fe760..7f93d59 100644
--- a/.github/workflows/pr-release.yml
+++ b/.github/workflows/pr-release.yml
@@ -32,8 +32,8 @@ jobs:
- name: Load image
run: |
- docker load --input /tmp/images/image-linux-amd64.tar
- docker load --input /tmp/images/image-linux-arm64.tar
+ docker image import --platform linux/amd64 /tmp/images/image-linux-amd64.tar
+ docker image import --platform linux/arm64 /tmp/images/image-linux-arm64.tar
- name: Download Docker metadata
uses: actions/download-artifact@v4