Skip to content

Commit

Permalink
Setup buildx for arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed May 14, 2024
1 parent ed1ef61 commit 74da2e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
packages: write

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 74da2e4

Please sign in to comment.