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
|
|
@ -28,5 +28,9 @@ in {
|
|||
packages.x86_64-linux.krb5-ldap
|
||||
legacyPackages.x86_64-linux.pkgs._389-ds-base
|
||||
];
|
||||
openwebrx.inputs = [
|
||||
packages.x86_64-linux.openwebrxplus
|
||||
# TODO: packages.aarch64-linux.openwebrxplus
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,6 +99,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"kasen": {
|
||||
"network": {
|
||||
"hostName": "kasen",
|
||||
"networks": {
|
||||
"int": null,
|
||||
"local": null,
|
||||
"tail": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"keycloak": {
|
||||
"network": {
|
||||
"hostName": "keycloak",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue