nix-conf/.forgejo/workflows/default.yml
Crony Akatsuki 5eb0bc96b6
Some checks failed
default / build (push) Failing after 21s
feat: build only arm64 machines.
2026-01-21 18:24:03 +01:00

18 lines
365 B
YAML

name: default
on:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
build:
runs-on: native
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix flake check
continue-on-error: true
- run: nix build .#bragi
- run: nix build .#thor
- run: nix build .#odin
- run: nix build .#freyja