Skip to content

Commit

Permalink
Add build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedle authored Nov 10, 2024
1 parent 584f798 commit 4c3ee18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKERHUB_USER }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit 4c3ee18

Please sign in to comment.