Skip to content

Commit

Permalink
ci: install riscv64 buildx builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Aug 16, 2024
1 parent 4aeee37 commit 97f6b72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install riscv64 buildx builder
run: docker run --privileged --rm tonistiigi/binfmt:riscv

- name: Build image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 97f6b72

Please sign in to comment.