Files
pkgs/.gitea/workflows/build.yaml
Nikkuss da12d408e9
Some checks failed
checks / checks (push) Has been cancelled
prevent helium from being built on aarch64
2025-11-11 16:08:04 +04:00

13 lines
318 B
YAML

name: checks
on:
push:
branches:
- main
jobs:
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: attic login pkgs https://attic.scug.io ${{ secrets.ATTIC_TOKEN }}
- run: nix-fast-build --systems "x86_64-linux aarch64-linux" --skip-cached --no-nom --attic-cache pkgs