Skip to content

Commit

Permalink
feat: add 64x128 as well
Browse files Browse the repository at this point in the history
beeg builder
  • Loading branch information
billyb2 committed Dec 18, 2024
1 parent 3822e60 commit a5fa68b
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 @@ -124,6 +124,8 @@ enum Hardware {
HARDWARE_8X16 = 4;
// 32 CPU and 64GB of memory. Supported by AWS builders.
HARDWARE_32X64 = 5;
// 64 CPU and 128GB of memory. Supported by AWS builders.
HARDWARE_64X128 = 6;
}

message ListTrustPoliciesRequest {
Expand Down

0 comments on commit a5fa68b

Please sign in to comment.