mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): disable kasen builds
needs an aarch64-linux builder first!
This commit is contained in:
parent
9dd6c7326a
commit
06471a7b34
5 changed files with 22 additions and 3 deletions
|
|
@ -2,6 +2,8 @@ _: {
|
|||
imports = [
|
||||
];
|
||||
deploy.hostname = "10.1.1.139";
|
||||
# TODO: get an aarch64-linux builder on aya!
|
||||
ci.enable = false;
|
||||
arch = "aarch64";
|
||||
type = "NixOS";
|
||||
modules = [
|
||||
|
|
@ -13,4 +15,4 @@ _: {
|
|||
sshd.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue