ci-root: web-barf doesn't work on aarch64 :(
This commit is contained in:
parent
9ad5ca9382
commit
39c422d17e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ let
|
|||
factorio = depot.ops.factorio;
|
||||
home-manager = depot.ops.home-manager-ext.built;
|
||||
};
|
||||
aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkg-authentik" ] // {
|
||||
aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkg-authentik" "web-barf" ] // {
|
||||
pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "javaws-env" "copybara" ];
|
||||
};
|
||||
x86_64-darwin = {
|
||||
|
|
Loading…
Reference in a new issue