Skip to content

Commit

Permalink
Use buildx for multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Nov 8, 2024
1 parent f99cbf0 commit 7230848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/combine-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ runs:
username: ${{ inputs.aws_access_key_id }}
password: ${{ inputs.aws_secret_access_key }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build The Combine
run: >
Expand Down

0 comments on commit 7230848

Please sign in to comment.