Skip to content

Commit

Permalink
WIP re-add minimal packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Nov 29, 2023
1 parent d823ad0 commit 2b8d486
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/pkg-min.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Minimal Packaging

# Manually invoking required
on:

workflow_dispatch:


jobs:
minimal:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7

with:
runs_on: self-hosted

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

package_build_rules: |
image:
- "ubuntu:jammy" # ubuntu/22.04
- "debian:bookworm"
target: x86_64

0 comments on commit 2b8d486

Please sign in to comment.