Skip to content

Commit

Permalink
Bring back multiarch images (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay authored Feb 15, 2024
1 parent 6fe8b11 commit 04dc20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/ppc64le
tags: "${{ matrix.base-repo }}:${{ env.GITHUB_REF_SLUG }}"

publish:
Expand Down

0 comments on commit 04dc20b

Please sign in to comment.