feat: add action to build and upload sparse
Some checks failed
Build sparse 0.5 without FreeBSD support / build-and-upload (push) Has been cancelled

This commit is contained in:
Andrew Rioux 2025-10-21 09:57:30 -04:00
parent 7a3f8dd803
commit 7f209d95ce
Signed by: andrew.rioux
GPG Key ID: 9B8BAC47C17ABB94

View File

@ -0,0 +1,22 @@
name: Build sparse 0.5 without FreeBSD support
on:
push:
branches:
- flake
jobs:
build-and-upload:
runs-on: native
steps:
- name: check out repository code
uses: actions/checkout@v4
- name: Build flake
run: |
/run/current-system/sw/bin/nix build .#sparse-05-client
- name: Upload resulting binary
uses: actions/upload-artifact@v4
with:
name: sparse-05-client
path: result/bin/sparse-05-client