Skip to content

Commit

Permalink
configure buildx platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 11, 2024
1 parent 191f6f8 commit d663945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: |
linux/amd64
linux/arm64
- name: Copy image
run: docker buildx imagetools create -t ${{ steps.metadata.outputs.operator }} ${{ needs.build-operator.outputs.fullname }}
Expand Down

0 comments on commit d663945

Please sign in to comment.