Skip to content

Commit

Permalink
qemu docker workflow limit to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Mar 29, 2023
1 parent f866bcf commit eae422a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/[email protected]
with:
platforms: linux/arm64,linux/amd64

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down

0 comments on commit eae422a

Please sign in to comment.