Skip to content

Commit

Permalink
Add GitHub actions for building QubesOS packages
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
SergiiDmytruk authored and krystian-hebel committed Oct 22, 2024
1 parent 7fcd797 commit 01f8396
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test build and package QubesOS RPMs

on:
push:
branches:
- 'intel-txt-aem*'
- 'aem-qubes*'
tags:
- '*'

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@master
with:
base-commit: '7fcd797eb6d7d45df73818dbead9e388cf3563db'
patch-start: 1100
qubes-component: 'grub2'
spec-pattern: '/^Patch1001:/'

0 comments on commit 01f8396

Please sign in to comment.