Skip to content

Commit

Permalink
Add platform for qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 17, 2023
1 parent b64b07e commit 7478802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: [linux/arm64]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -39,6 +41,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: [linux/arm64]

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

0 comments on commit 7478802

Please sign in to comment.