Skip to content

Commit

Permalink
.github/workflows/build.yml: build QubesOS package
Browse files Browse the repository at this point in the history
Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
SergiiDmytruk authored and krystian-hebel committed Oct 29, 2024
1 parent 444521a commit 8a4535d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test build and package QubesOS RPMs

on:
push:
branches:
- 'aem*'
tags:
- '*'

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@xen_v2
with:
qubes-component: 'vmm-xen'
qubes-pkg-src-dir: '.'

0 comments on commit 8a4535d

Please sign in to comment.