Skip to content

Commit 7d7c7a9

Browse files
committed
fix syntax error on release
1 parent 08d6081 commit 7d7c7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_rechunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-x86_64 | jq --raw-output ".Digest")
8181
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch amd64
82-
if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
82+
if [[ "${{ github.event.inputs.x86 }}" != "true" ]]; then
8383
SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-aarch64 | jq --raw-output ".Digest")
8484
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch arm64
8585
fi

0 commit comments

Comments
 (0)