Skip to content

Commit

Permalink
Improve packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 13, 2024
1 parent 5d68010 commit aa8c31e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ on:

jobs:

Armbian:
runs-on: ubuntu-latest
steps:
- name: Set Variable
run: echo "Armbian=1234" >> $GITHUB_ENV

Debian:
uses: armbian/scripts/.github/workflows/pack-debian.yml@master
uses: armbian/scripts/.github/workflows/pack-debian.yml@main
name: "${{ env.Armbian }}"
with:
matrix: "all:jammy"
maintainer: "Igor Pecovnik <[email protected]>"
Expand Down

0 comments on commit aa8c31e

Please sign in to comment.