Skip to content

Commit

Permalink
Fix CPU name
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez committed Aug 15, 2024
1 parent 1e1dc00 commit 0e0f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
docker manifest create ${{ env.GHCR_REPO }}:${{ github.sha }} \
${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 \
${{ env.GHCR_REPO }}:${{ github.sha }}-aarch64
${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
- name: Push manifest
run: |
docker manifest push ${{ env.GHCR_REPO }}:${{ github.sha }}

0 comments on commit 0e0f7fa

Please sign in to comment.