Skip to content

Commit 8a4535d

Browse files
SergiiDmytrukkrystian-hebel
authored andcommitted
.github/workflows/build.yml: build QubesOS package
Signed-off-by: Krystian Hebel <[email protected]>
1 parent 444521a commit 8a4535d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test build and package QubesOS RPMs
2+
3+
on:
4+
push:
5+
branches:
6+
- 'aem*'
7+
tags:
8+
- '*'
9+
10+
jobs:
11+
qubes-dom0-package:
12+
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@xen_v2
13+
with:
14+
qubes-component: 'vmm-xen'
15+
qubes-pkg-src-dir: '.'

0 commit comments

Comments
 (0)