Skip to content

Commit 746a644

Browse files
committed
ci: test i386
Signed-off-by: Martin Kröning <[email protected]>
1 parent eba9730 commit 746a644

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ jobs:
4444
- uses: dtolnay/rust-toolchain@stable
4545
- run: cargo test --all-features
4646

47+
test-i386:
48+
name: Test i386
49+
runs-on: ubuntu-latest
50+
steps:
51+
- uses: docker/setup-qemu-action@v3
52+
with:
53+
platforms: linux/386
54+
- uses: docker/setup-buildx-action@v3
55+
with:
56+
platforms: linux/386
57+
- uses: docker/build-push-action@v5
58+
with:
59+
platforms: linux/386
60+
4761
test-s390x:
4862
name: Test S390x
4963
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)