Skip to content

Commit

Permalink
chore: build arm images
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Dec 19, 2024
1 parent 544dcac commit 1a52f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
uses: docker/build-push-action@v6
if: github.event_name != 'pull_request' # TODO
with:
platforms: linux/amd64,linux/arm64
context: ${{ inputs.directory }}
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
tags: |
Expand Down

0 comments on commit 1a52f1e

Please sign in to comment.