ci-root: drop authentik from aarch64

This commit is contained in:
Luke Granger-Brown 2023-05-26 00:37:58 +01:00
parent 450ae89942
commit 31bf631dbc

View file

@ -35,7 +35,7 @@ let
factorio = depot.ops.factorio;
home-manager = depot.ops.home-manager-ext.built;
};
aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" ] // {
aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkgs-authentik" ] // {
pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "netbox" "javaws-env" "copybara" ];
};
x86_64-darwin = {