Skip to content

Commit da2b548

Browse files
authored
build: add loongarch64 target
1 parent b9bc202 commit da2b548

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/nightly.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,22 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
build:
31-
- {
32-
NAME: x86_64-linux,
33-
TARGET: x86_64-unknown-linux-musl,
34-
}
3531
- {
3632
NAME: aarch64-linux,
3733
TARGET: aarch64-unknown-linux-musl,
3834
}
35+
- {
36+
NAME: loongarch64-linux,
37+
TARGET: loongarch64-unknown-linux-musl
38+
}
3939
- {
4040
NAME: riscv64-linux,
4141
TARGET: riscv64gc-unknown-linux-musl
4242
}
43+
- {
44+
NAME: x86_64-linux,
45+
TARGET: x86_64-unknown-linux-musl,
46+
}
4347
steps:
4448
- name: Checkout
4549
uses: actions/checkout@v4

0 commit comments

Comments
 (0)