Skip to content

Commit

Permalink
GitHub Actions: adding testing target linux-loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 7, 2025
1 parent 4cf6106 commit 1f657af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target-arch: [aarch64, ppc64le, riscv64, s390x]
target-arch: [loongarch64, aarch64, ppc64le, riscv64, s390x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f657af

Please sign in to comment.