ci: try building freun-dev with remote builder

This commit is contained in:
Joakim Repomaa
2025-07-23 13:50:34 +03:00
parent bea16d9a2f
commit c6e4f675d5

View File

@@ -1,9 +1,14 @@
image: nixos/unstable image: nixos/unstable
secrets:
- b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec
environment: environment:
NIX_CONFIG: | NIX_CONFIG: |
experimental-features = nix-command flakes experimental-features = nix-command flakes
extra-platforms = aarch64 builders = ssh://builder@freun.dev aarch64-linux /home/build/.ssh/b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec 8 - - - c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUV2Q1NqSWppcG9nMVhmOW1QYzY4M3I1VlNHU2pWYzh2MVVaZzVWcmJieE0gcm9vdEBmcmV1bi1kZXYK
builders-use-substitutes = true
tasks: tasks:
- build: | - build: |
ls -la ~/.ssh
cd NixOS cd NixOS
nix build --dry-run '.#nixosConfigurations.freun-dev.config.system.build.toplevel' nix build --dry-run '.#nixosConfigurations.freun-dev.config.system.build.toplevel'