Skip to content

Commit

Permalink
ci: adding qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Nov 23, 2022
1 parent 0948f5a commit f5bab43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit f5bab43

Please sign in to comment.