Skip to content

Commit

Permalink
Merge pull request #121 from burghardt/multiplatform_images
Browse files Browse the repository at this point in the history
Build Docker images for 386,amd64,arm/v6,arm/v7,arm64/v8,ppc64le,s390x.
  • Loading branch information
burghardt committed Jan 25, 2024
2 parents 439533a + 88a9853 commit 5be0850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 5be0850

Please sign in to comment.