Skip to content

Commit

Permalink
Build images for 386,amd64,arm/v6,arm/v7,arm64/v8,ppc64le,s390x.
Browse files Browse the repository at this point in the history
  • Loading branch information
burghardt committed Jan 25, 2024
1 parent 439533a commit 88a9853
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 88a9853

Please sign in to comment.