build rpm
All checks were successful
build-rpm / rpm (push) Successful in 11s

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

View File

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