Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jul 12, 2022
1 parent 39ddc10 commit 6603978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:

- name: Import images
run: |
podman --storage-driver vfs load -i ./image-amd64/image.tar
podman --storage-driver vfs load -i ./image-arm64v8/image.tar
podman --storage-driver overlay load -i ./image-amd64/image.tar
podman --storage-driver overlay load -i ./image-arm64v8/image.tar
- name: Create multi-arch manifest
run: |
Expand Down

0 comments on commit 6603978

Please sign in to comment.