Skip to content

Commit

Permalink
Add more hardware options
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 12, 2024
1 parent 1c806e5 commit 952fd0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/depot/core/v1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ enum Hardware {
HARDWARE_16X32 = 1;
// 4 CPU and 4GB of memory.
HARDWARE_4X4 = 2;
// 8 CPU and 8GB of memory.
HARDWARE_8X8 = 3;
// 8 CPU and 16GB of memory.
HARDWARE_8X16 = 3;
HARDWARE_8X16 = 4;
}

message ListTrustPoliciesRequest {
Expand Down

0 comments on commit 952fd0c

Please sign in to comment.