Skip to content

Simulate should be enough (and faster) #16

Simulate should be enough (and faster)

Simulate should be enough (and faster) #16

Workflow file for this run

name: Packaging
on:
push:
workflow_dispatch:
jobs:
package:
uses: maertsen/ploutos/.github/workflows/pkg-rust.yml@extra-deb-cargo-args
with:
package_build_rules: |
image:
#- "ubuntu:xenial"
#- "ubuntu:bionic"
#- "ubuntu:focal"
#- "ubuntu:jammy"
#- "debian:stretch"
#- "debian:buster"
#- "debian:bullseye"
- "debian:bookworm"
target: x86_64
extra_cargo_deb_args: --no-build --target all --output target/debian
package_test_scripts_path: pkg/test-scripts/test.sh