We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcd797 commit e00a96fCopy full SHA for e00a96f
.github/workflows/build.yml
@@ -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