Files
pkgs/.gitea/workflows/build.yaml
Nikkuss 8912f0bacd
Some checks failed
cache / build (push) Has been cancelled
make actions build on any push
2025-11-11 16:12:44 +04:00

11 lines
275 B
YAML

name: cache
on:
push:
jobs:
build:
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" --no-nom --attic-cache pkgs