Skip to content

Commit

Permalink
Add HARDWARE_8X16 hardware value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 12, 2024
1 parent 82596d0 commit 7e25b7c
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 @@ -118,6 +118,8 @@ enum Hardware {
HARDWARE_16X32 = 1;
// 4 CPU and 4GB of memory.
HARDWARE_4X4 = 2;
// 8 CPU and 16GB of memory.
HARDWARE_8X16 = 3;
}

message ListTrustPoliciesRequest {
Expand Down

0 comments on commit 7e25b7c

Please sign in to comment.