Skip to content

Commit c4279d6

Browse files
committed
ci: enable cross-compilation for additional targets in CI workflow to match rustic-rs
Signed-off-by: simonsan <[email protected]>
1 parent a5080e4 commit c4279d6

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.github/workflows/cross-ci.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os-name: macos
4343
target: aarch64-apple-darwin
4444
architecture: arm64
45-
use-cross: false
45+
use-cross: true
4646
- os: ubuntu-latest
4747
os-name: linux
4848
target: x86_64-unknown-linux-gnu
@@ -53,6 +53,31 @@ jobs:
5353
target: x86_64-unknown-linux-musl
5454
architecture: x86_64
5555
use-cross: false
56+
- os: ubuntu-latest
57+
os-name: linux
58+
target: aarch64-unknown-linux-gnu
59+
architecture: arm64
60+
use-cross: true
61+
- os: ubuntu-latest
62+
os-name: linux
63+
target: aarch64-unknown-linux-musl
64+
architecture: arm64
65+
use-cross: true
66+
- os: ubuntu-latest
67+
os-name: linux
68+
target: i686-unknown-linux-gnu
69+
architecture: i686
70+
use-cross: true
71+
- os: ubuntu-latest
72+
os-name: netbsd
73+
target: x86_64-unknown-netbsd
74+
architecture: x86_64
75+
use-cross: true
76+
- os: ubuntu-latest
77+
os-name: linux
78+
target: armv7-unknown-linux-gnueabihf
79+
architecture: armv7
80+
use-cross: true
5681

5782
steps:
5883
- name: Checkout repository

0 commit comments

Comments
 (0)