Skip to content

Commit

Permalink
CI: build QubesOS RPM packages
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk committed Dec 4, 2023
1 parent d9236ad commit cce60b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/qubesos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create QubesOS RPMs

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

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@support-in-repo-pkgs

with:
qubes-component: 'secure-kernel-loader'
qubes-pkg-src-dir: 'qubesos'

0 comments on commit cce60b6

Please sign in to comment.