terraform/hydra-projects: remove aarch64 cuda/rocm
This commit is contained in:
parent
dbabc7db0e
commit
ac75c59200
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue