Skip to content

Commit

Permalink
fix(docker): support arm64 architecture in docker images (#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Aug 26, 2024
1 parent 7fcc197 commit 1b6eec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
id: push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
file: ./Dockerfile
push: true
Expand Down

0 comments on commit 1b6eec8

Please sign in to comment.