Files
pkgs/.gitea/workflows/build.yaml
Nikkuss 7ee21ae6b0
Some checks failed
cache / build (push) Has been cancelled
check / build (push) Successful in 15h26m1s
change how actions work
2026-02-01 14:52:09 +04:00

13 lines
316 B
YAML

name: cache
on:
push:
branches:
- main
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 --skip-cached --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs