Skip to content

Try in a 32-bit container instead #177

Try in a 32-bit container instead

Try in a 32-bit container instead #177

name: 32bit trunk
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.3.0+trunk'
compiler_git_ref: refs/heads/trunk
dune_profile: 'debug-runtime'
runparam: 's=4096,o=20,v=0,V=1'
timeout: 240
container:

Check failure on line 17 in .github/workflows/linux-530-trunk-32bit.yml

View workflow run for this annotation

GitHub Actions / 32bit trunk

Invalid workflow file

The workflow is not valid. .github/workflows/linux-530-trunk-32bit.yml (Line: 17, Col: 5): Unexpected value 'container'
image: debian:12
options: --platform linux/i386 --user root