File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
7878 sudo podman manifest create rechunk
7979
8080 SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-x86_64 | jq --raw-output ".Digest")
81- sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/ amd64
81+ sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch amd64
8282 if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
8383 SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-aarch64 | jq --raw-output ".Digest")
84- sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/ arm64
84+ sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch arm64
8585 fi
8686
8787 sudo podman manifest push --all=false rechunk ghcr.io/hhd-dev/rechunk:latest
You can’t perform that action at this time.
0 commit comments