Summary
Jobs
package
prepare
cross
pkg (ubuntu:xenial, x86_64, --no-build --target all --output target/debian)
pkg (ubuntu:bionic, x86_64, --no-build --target all --output target/debian)
pkg (ubuntu:focal, x86_64, --no-build --target all --output target/debian)
pkg (ubuntu:jammy, x86_64, --no-build --target all --output target/debian)
pkg (debian:stretch, x86_64, --no-build --target all --output target/debian)
pkg (debian:buster, x86_64, --no-build --target all --output target/debian)
pkg (debian:bullseye, x86_64, --no-build --target all --output target/debian)
pkg (debian:bookworm, x86_64, --no-build --target all --output target/debian)
docker
pkg-test (ubuntu:xenial, x86_64, --no-build --target all --output target/debian)
pkg-test (ubuntu:bionic, x86_64, --no-build --target all --output target/debian)
pkg-test (ubuntu:focal, x86_64, --no-build --target all --output target/debian)
pkg-test (ubuntu:jammy, x86_64, --no-build --target all --output target/debian)
pkg-test (debian:buster, x86_64, --no-build --target all --output target/debian)
pkg-test (debian:bullseye, x86_64, --no-build --target all --output target/debian)
pkg-test (debian:bookworm, x86_64, --no-build --target all --output target/debian)
docker-manifest
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
You can’t perform that action at this time.