Skip to content

Commit

Permalink
Merge pull request #1242 from equinor/fix-build-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Dec 11, 2024
2 parents 191f6f8 + d663945 commit 7ab1561
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 7ab1561

Please sign in to comment.