Skip to content

Commit

Permalink
Add ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
laurivosandi committed Aug 26, 2024
1 parent f323cf2 commit 12cb456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.repository }}:latest

0 comments on commit 12cb456

Please sign in to comment.