Skip to content

Commit

Permalink
feat: add Docker image for i686-unknown-linux-gnu target in Cross.toml
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 30, 2024
1 parent 9295d96 commit f3161fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pre-build = [
]

[target.i686-unknown-linux-gnu]
image = "ghcr.io/cross-rs/i686-unknown-linux-gnu:edge"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install gcc-multilib-i686-linux-gnu gcc-i686-linux-gnu",
Expand Down

0 comments on commit f3161fa

Please sign in to comment.