Skip to content

Commit

Permalink
Build daily binary for loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 10, 2025
1 parent 5623613 commit 12a141b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x ]
target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x, loongarch64 ]

permissions:
contents: read
Expand All @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
run: sudo apt-get update && sudo apt-get install -y qemu-user-static

- name: Build a tarball
run: ./dist.sh ${{ matrix.target }}
Expand Down

0 comments on commit 12a141b

Please sign in to comment.