We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296a5e4 commit 1b4e6d3Copy full SHA for 1b4e6d3
.github/workflows/cross.yml
@@ -31,6 +31,7 @@ jobs:
31
# - { arch: mips64el, triple: mips64el-linux-gnuabi64 }
32
- { arch: riscv64, triple: riscv64-linux-gnu }
33
- { arch: s390x, triple: s390x-linux-gnu }
34
+ - { arch: loongarch64, triple: loongarch64-linux-gnu }
35
env:
36
ARCH: ${{ matrix.config.arch }}
37
TRIPLE: ${{ matrix.config.triple }}
0 commit comments