Skip to content

Commit

Permalink
added arm docker builds
Browse files Browse the repository at this point in the history
it should provide what's requested by #28
  • Loading branch information
neothematrix authored May 4, 2022
1 parent d4c6203 commit a5a3f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
platforms: linux/amd64,linux/arm64,linux/arm
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
Expand Down

0 comments on commit a5a3f5a

Please sign in to comment.