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.
loongarch64
1 parent b9bc202 commit da2b548Copy full SHA for da2b548
.github/workflows/nightly.yaml
@@ -28,18 +28,22 @@ jobs:
28
fail-fast: false
29
matrix:
30
build:
31
- - {
32
- NAME: x86_64-linux,
33
- TARGET: x86_64-unknown-linux-musl,
34
- }
35
- {
36
NAME: aarch64-linux,
37
TARGET: aarch64-unknown-linux-musl,
38
}
+ - {
+ NAME: loongarch64-linux,
+ TARGET: loongarch64-unknown-linux-musl
+ }
39
40
NAME: riscv64-linux,
41
TARGET: riscv64gc-unknown-linux-musl
42
43
44
+ NAME: x86_64-linux,
45
+ TARGET: x86_64-unknown-linux-musl,
46
47
steps:
48
- name: Checkout
49
uses: actions/checkout@v4
0 commit comments