Skip to content

Commit

Permalink
Add ARM to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpajz authored Aug 27, 2023
1 parent 4d7edfb commit 78ddb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_TAG }}

0 comments on commit 78ddb68

Please sign in to comment.