Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit dde8805

Browse files
committed
Workflows: Test x86 host build as well
1 parent 71ea227 commit dde8805

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
windows-latest
2020
]
2121
target: [
22-
aarch64-unknown-none-softfloat
22+
aarch64-unknown-none-softfloat,
23+
x86_64-unknown-linux-gnu
2324
]
2425
variant: [
2526
"", # debug
@@ -81,7 +82,8 @@ jobs:
8182
strategy:
8283
matrix:
8384
target: [
84-
aarch64-unknown-none-softfloat
85+
aarch64-unknown-none-softfloat,
86+
x86_64-unknown-linux-gnu
8587
]
8688

8789
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)