Skip to content

Commit

Permalink
Merge pull request #25 from andrewh1978/multi-arch-build-support
Browse files Browse the repository at this point in the history
Update image-build-and-publish.yaml
  • Loading branch information
andrewh1978 authored Sep 3, 2024
2 parents df47c15 + be3a3f3 commit cbb4839
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 cbb4839

Please sign in to comment.