build rpm
Some checks failed
build-rpm / rpm (push) Failing after 51s

This commit is contained in:
Danilo Reyes
2026-02-19 10:37:36 -06:00
parent f7b65d0b8f
commit 84d3ad073a
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: build-rpm
on:
push:
branches:
- main
- master
tags:
- 'v*'
jobs:
rpm:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- name: Build RPM
run: nix develop .#rpm --command ./scripts/build-rpm.sh
- name: Upload RPM artifact
uses: actions/upload-artifact@v3
with:
name: prem2resolve-rpm
path: rpmbuild/RPMS/**/*.rpm