Skip to content

Commit

Permalink
Add support for arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 4, 2023
1 parent e94fae1 commit deade00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ${{matrix.context}}
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=0.0.0
push: ${{env.SHOULD_PUSH}}
Expand Down

0 comments on commit deade00

Please sign in to comment.