Skip to content

Commit 063293c

Browse files
committed
ci: add x86_64
1 parent cc8fa1b commit 063293c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
target: loongarch64-unknown-none-softfloat
2020
- arch: aarch64
2121
target: aarch64-unknown-none-softfloat
22+
- arch: x86_64
23+
target: x86_64-unknown-none
2224

2325
steps:
2426
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
arch: [riscv64, loongarch64, aarch64]
14+
arch: [riscv64, loongarch64, aarch64, x86_64]
1515
uses: ./.github/workflows/test-template.yml
1616
with:
1717
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)