chore: Introduce CI

This commit is contained in:
Daniel Kempkens 2023-09-14 23:59:37 +02:00
parent 2ad93b457c
commit 6138e280f2
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View 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