burrow/.github/workflows/build-rpm.yml
2024-07-06 17:20:46 -07:00

17 lines
412 B
YAML

on: workflow_dispatch
name: Build RPM
jobs:
build:
name: Build RPM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install RPM
run: cargo install cargo-generate-rpm
- name: Build RPM
run: |
cargo build --release
strip -s target/release/burrow
- name: Build RPM
run: cargo generate-rpm -p burrow