Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
typo: restore arm64 and ppc64le builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersbn committed Mar 28, 2023
1 parent 90404be commit 372ea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64,linux/ppc64le
file: cmd/${{ matrix.brokers }}/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.gcr-meta.outputs.tags }}
Expand Down

0 comments on commit 372ea50

Please sign in to comment.