Skip to content

Commit

Permalink
Enable ARM64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Feb 25, 2024
1 parent 279d733 commit 94989e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
builder: ${{ steps.setup-buildx.outputs.name }}
context: ./
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
tags: ${{ steps.docker-tags.outputs.tags }}
Expand Down

0 comments on commit 94989e3

Please sign in to comment.