chore: Introduce CI
This commit is contained in:
parent
2ad93b457c
commit
6138e280f2
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/build.yaml
Normal file
15
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest-arm64
|
||||||
|
|
||||||
|
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
|
||||||
|
with:
|
||||||
|
runner: ubuntu-latest-arm64
|
||||||
|
secrets: inherit
|
Loading…
Reference in a new issue