Skip to content

Commit 1b4e6d3

Browse files
committed
ci: add loongarch64
1 parent 296a5e4 commit 1b4e6d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# - { arch: mips64el, triple: mips64el-linux-gnuabi64 }
3232
- { arch: riscv64, triple: riscv64-linux-gnu }
3333
- { arch: s390x, triple: s390x-linux-gnu }
34+
- { arch: loongarch64, triple: loongarch64-linux-gnu }
3435
env:
3536
ARCH: ${{ matrix.config.arch }}
3637
TRIPLE: ${{ matrix.config.triple }}

0 commit comments

Comments
 (0)