Skip to content

Commit a1cb46f

Browse files
author
Stjepan Glavina
committed
Add illumos target
1 parent 5762151 commit a1cb46f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cross.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ jobs:
4545
- name: iOS
4646
if: startsWith(matrix.os, 'macos')
4747
run: cross build --target aarch64-apple-ios
48+
49+
- name: illumos
50+
if: startsWith(matrix.os, 'ubuntu')
51+
run: cross build --target x86_64-unknown-illumos

0 commit comments

Comments
 (0)