Skip to content

Commit

Permalink
Update image-build-and-publish.yaml
Browse files Browse the repository at this point in the history
Multi-arch support
  • Loading branch information
bplein authored Sep 2, 2024
1 parent df47c15 commit be3a3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
context: ./image
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}

# Sign the resulting Docker image digest except on PRs.
Expand Down

0 comments on commit be3a3f3

Please sign in to comment.