Skip to content

Commit

Permalink
Really disable ARMv7
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez committed Dec 24, 2024
1 parent da0e9e8 commit 2af97eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
for tag in ${tags}
do
docker manifest rm ${tag} || true
docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64 ${{ env.GHCR_REPO }}:${{ github.sha }}-armv7
docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
docker manifest push ${tag}
done
# ${{ env.GHCR_REPO }}:${{ github.sha }}-armv7

0 comments on commit 2af97eb

Please sign in to comment.