Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Only builds arm64
  • Loading branch information
chargio authored Nov 14, 2024
1 parent b486148 commit c91fed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Build and push the Docker image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: true
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }},ghcr.io/${{ env.IMAGE_NAME }}:latest
file: ./Dockerfile
Expand Down

0 comments on commit c91fed7

Please sign in to comment.