mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
nixosTests.traefik: enable on aarch64-linux
This commit is contained in:
parent
ff30f8a429
commit
bb884d6a1e
1 changed files with 1 additions and 2 deletions
|
@ -631,8 +631,7 @@ in {
|
|||
tmate-ssh-server = handleTest ./tmate-ssh-server.nix { };
|
||||
tomcat = handleTest ./tomcat.nix {};
|
||||
tor = handleTest ./tor.nix {};
|
||||
# traefik test relies on docker-containers
|
||||
traefik = handleTestOn ["x86_64-linux"] ./traefik.nix {};
|
||||
traefik = handleTestOn ["aarch64-linux" "x86_64-linux"] ./traefik.nix {};
|
||||
trafficserver = handleTest ./trafficserver.nix {};
|
||||
transmission = handleTest ./transmission.nix {};
|
||||
# tracee requires bpf
|
||||
|
|
Loading…
Reference in a new issue