Skip to content

Commit

Permalink
fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jan 5, 2025
1 parent 9c5ebb8 commit 08d6081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_rechunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
sudo podman manifest create rechunk
SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-x86_64 | jq --raw-output ".Digest")
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/amd64
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch amd64
if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
SHA=$(sudo skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-aarch64 | jq --raw-output ".Digest")
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/arm64
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch arm64
fi
sudo podman manifest push --all=false rechunk ghcr.io/hhd-dev/rechunk:latest
Expand Down

0 comments on commit 08d6081

Please sign in to comment.