Skip to content

Commit

Permalink
feat(build): add arm64 support with cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 20, 2024
1 parent 95e4d09 commit bdf7973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5.3.0
with:
platforms: |
linux/amd64
linux/arm64
target: ${{ inputs.dockerfile_target }}
context: .
file: ${{ inputs.dockerfile_path }}
Expand Down

0 comments on commit bdf7973

Please sign in to comment.