Skip to content

Commit

Permalink
Add i386 via official image
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Dec 24, 2023
1 parent 9e83f6d commit 9db4f8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_test_i386:
name: Build & Test i386
runs-on: ubuntu:latest
container:
image: i386/ubuntu:latest

steps:
- uses: actions/checkout@v3

- name: Build
run: cargo build --release

- name: Test
run: cargo test --release

build_test_x86:
name: Build & Test X86
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Cross-Architecture Test

on: [push, pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit 9db4f8d

Please sign in to comment.