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]>
  • Loading branch information
SergiiDmytruk authored and krystian-hebel committed Jan 27, 2024
1 parent 00e2931 commit 1ca5296
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*'
pull_request_target:
branches: # this is to avoid running the workflow twice in a PR
- 'intel-txt-aem*'

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

0 comments on commit 1ca5296

Please sign in to comment.