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:
78
78
sudo podman manifest create rechunk
79
79
80
80
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
82
82
if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
83
83
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
85
85
fi
86
86
87
87
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