Skip to content

Commit 063f9c1

Browse files
authored
Add i686-unknown-linux under releases (ajeetdsouza#833)
1 parent 0dfe1c4 commit 063f9c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ jobs:
2121
target: arm-unknown-linux-musleabihf
2222
- os: ubuntu-latest
2323
target: armv7-unknown-linux-musleabihf
24+
deb: true
2425
- os: ubuntu-latest
2526
target: aarch64-unknown-linux-musl
2627
deb: true
28+
- os: ubuntu-latest
29+
target: i686-unknown-linux-musl
30+
deb: true
2731
- os: ubuntu-latest
2832
target: aarch64-linux-android
2933
- os: macos-11

0 commit comments

Comments
 (0)