terraform/hydra-projects: remove aarch64 cuda/rocm

This commit is contained in:
zowoq 2024-10-17 09:58:23 +10:00
parent dbabc7db0e
commit ac75c59200

View file

@ -110,7 +110,7 @@ resource "hydra_jobset" "nixpkgs_cuda" {
input {
name = "supportedSystems"
type = "nix"
value = "[ \"x86_64-linux\" \"aarch64-linux\" ]"
value = "[ \"x86_64-linux\" ]"
notify_committers = false
}
@ -201,7 +201,7 @@ resource "hydra_jobset" "nixpkgs_rocm" {
input {
name = "supportedSystems"
type = "nix"
value = "[ \"x86_64-linux\" \"aarch64-linux\" ]"
value = "[ \"x86_64-linux\" ]"
notify_committers = false
}