packages: add more per-architecture filters
This commit is contained in:
parent
8d4fabf934
commit
e72161028b
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
packages = {
|
||||
grafana = [ "x86_64-linux" ];
|
||||
hci = [ "x86_64-linux" ];
|
||||
hydra = [ "x86_64-linux" ];
|
||||
keycloak = [ "x86_64-linux" ];
|
||||
reflex-cache = [ "aarch64-linux" ];
|
||||
searxng = [ "x86_64-linux" ];
|
||||
sips = [ "x86_64-linux" ];
|
||||
tempo = [ "x86_64-linux" ];
|
||||
uptime-kuma = [ "x86_64-linux" ];
|
||||
};
|
||||
checks = {
|
||||
|
|
Loading…
Reference in a new issue