Skip to content

Commit

Permalink
Add i686-unknown-linux-gnu as CI cross-compilation target
Browse files Browse the repository at this point in the history
Add i686-unknown-linux-gnu as a cross-compilation target in CI to have
another one representing a 32 bit system.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Oct 29, 2024
1 parent 0ebfd0c commit 4bcfc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
aarch64-linux-android,
arm-linux-androideabi,
armv7-linux-androideabi,
i686-unknown-linux-gnu,
x86_64-unknown-linux-musl,
]
steps:
Expand Down

0 comments on commit 4bcfc99

Please sign in to comment.