Skip to content

Commit

Permalink
fix: add linux/arm64 docker support (#18)
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
isarang authored Dec 7, 2023
1 parent 31ffcb5 commit 37ae0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
build-args: |
Expand Down

0 comments on commit 37ae0aa

Please sign in to comment.