Skip to content

Commit

Permalink
Run Client + Host in 32 bit container
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 15, 2025
1 parent bf91cfe commit e34c218
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ env:
CARGO_TERM_COLOR: always
jobs:
host-client-offline-runs:
name: ${{ matrix.target}} | ${{ matrix.name }}
name: ${{ matrix.target}} | ${{ matrix.isa }} | ${{ matrix.name }}
strategy:
matrix:
target: ["native", "asterisc"]
name: ["OP Sepolia (Granite) - Block #16491249"]
isa: ["64", "32"]
runs-on: ubuntu-latest
if: "${{ matrix.isa == '32' }}"
container:
image: "i386/ubuntu:latest"
timeout-minutes: 20
steps:
- name: Checkout sources
Expand Down

0 comments on commit e34c218

Please sign in to comment.