Skip to content

Commit 11c6603

Browse files
committed
pipeline: remove loongarch64 and add x86 build and test
We don't really care about loongarch64... Signed-off-by: greatbridf <greatbridf@icloud.com>
1 parent 0fefeff commit 11c6603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- arch: riscv64
2121
target: riscv64gc-unknown-none-elf
2222
platform: virt
23-
- arch: loongarch64
24-
target: loongarch64-unknown-none-softfloat
25-
platform: virt
23+
- arch: x86_64
24+
target: x86_64-unknown-none
25+
platform: acpi_compat
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)