rrdpit 0.1.2

RRDP IT: A disk to RPKI Delta Protocol tool.
Documentation
name: Packaging

on:
  push:
    branches:
      - main
    tags:
      - v*

  # Triggering on PRs and arbitrary branch pushes is not enabled because most of the time only the CI build should be
  # triggered, not the packaging build. In cases where you want to test changes to this workflow this trigger enables
  # you to manually invoke this workflow on an arbitrary branch as needed.
  workflow_dispatch:

jobs:
  package:
    # See: https://github.com/NLnetLabs/ploutos
    uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v9
    secrets:
      DOCKER_HUB_ID: ${{ vars.DOCKER_HUB_ID }}
      DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
    with:
      cross_build_args: ""
      cross_max_wait_mins: 20

      docker_org: nlnetlabs
      docker_repo: rrdpit
      docker_build_rules: pkg/rules/docker-images-to-build.yml
      docker_sanity_check_command: rrdpit --version

      package_build_rules: pkg/rules/packages-to-build.yml
      package_test_rules: pkg/rules/packages-to-test.yml
      package_test_scripts_path: pkg/test-scripts/test-<package>.sh

      deb_extra_build_packages: libssl-dev