Skip to content

Commit e00a96f

Browse files
SergiiDmytrukkrystian-hebel
authored andcommitted
Add GitHub actions for building QubesOS packages
Signed-off-by: Sergii Dmytruk <[email protected]> Signed-off-by: Krystian Hebel <[email protected]>
1 parent 7fcd797 commit e00a96f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Test build and package QubesOS RPMs
2+
3+
on:
4+
push:
5+
branches:
6+
- 'intel-txt-aem*'
7+
- 'aem-qubes*'
8+
tags:
9+
- '*'
10+
11+
jobs:
12+
qubes-dom0-package:
13+
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@remove_existing_patches
14+
with:
15+
base-commit: '7fcd797eb6d7d45df73818dbead9e388cf3563db'
16+
patch-start: 1100
17+
qubes-component: 'grub2'
18+
spec-pattern: '/^Patch1001:/'

0 commit comments

Comments
 (0)