Skip to content

Commit a228ee1

Browse files
committed
ci: build i686-unknown-linux-gnu distributions
We just implemented support for 32-bit cross-compiling. Let's get it hooked up to CI.
1 parent b2173bd commit a228ee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
fail-fast: false
123123
matrix:
124124
triple:
125+
- 'i686-unknown-linux-gnu'
125126
- 'x86_64-unknown-linux-gnu'
126127
- 'x86_64-unknown-linux-musl'
127128
py:
@@ -136,6 +137,7 @@ jobs:
136137
- 'pgo+lto'
137138
exclude:
138139
# We don't publish noopt builds for GNU Linux.
140+
- triple: 'i686-unknown-linux-gnu'
139141
- triple: 'x86_64-unknown-linux-gnu'
140142
optimizations: 'noopt'
141143
# PGO doesn't work with musl libc.

0 commit comments

Comments
 (0)