Skip to content

Commit

Permalink
fix package input job
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires committed Jan 12, 2024
1 parent e9899a4 commit 666c5f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ inputs:
rpm_gpg_signing_passphrase:
description: The rpm gpg signing passphrase
required: true
stability:
description: "The package stability (stable, testing, unstable)"
required: true

runs:
using: composite
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/perl-libssh-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
package_extension: deb
runner: ubuntu-22.04
arch: amd64
- image: packaging-plugins-bookworm
distrib: bookworm
package_extension: deb
runner: ubuntu-22.04
arch: amd64
- image: packaging-plugins-bullseye-arm64
distrib: bullseye
package_extension: deb
Expand Down Expand Up @@ -158,6 +163,8 @@ jobs:
arch: amd64
- distrib: bullseye
arch: arm64
- distrib: bookworm
arch: amd64

name: Deliver ${{ matrix.distrib }} ${{ matrix.arch }}

Expand Down

0 comments on commit 666c5f4

Please sign in to comment.