We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d6081 commit 7d7c7a9Copy full SHA for 7d7c7a9
.github/workflows/build_rechunk.yml
@@ -79,7 +79,7 @@ jobs:
79
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 amd64
82
- if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
+ if [[ "${{ github.event.inputs.x86 }}" != "true" ]]; then
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 arm64
85
fi
0 commit comments