Skip to content

Commit

Permalink
Merge pull request #64 from open-feature/fix/dockerx
Browse files Browse the repository at this point in the history
fix: add qemu
  • Loading branch information
beeme1mr authored Oct 4, 2022
2 parents 8842428 + f2991b7 commit 6280181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
Expand Down

0 comments on commit 6280181

Please sign in to comment.