Skip to content

Commit

Permalink
feat: add support for 32x64 hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Dec 17, 2024
1 parent 38bcadd commit 0994839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/depot/core/v1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ enum Hardware {
HARDWARE_8X8 = 3;
// 8 CPU and 16GB of memory.
HARDWARE_8X16 = 4;
// 32 CPU and 64GB of memory.
HARDWARE_32X64 = 5;
}

message ListTrustPoliciesRequest {
Expand Down

0 comments on commit 0994839

Please sign in to comment.