Skip to content

Commit

Permalink
Merge pull request #13 from depot/hardware-8x16
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 12, 2024
2 parents 82596d0 + 7e25b7c commit 1c806e5
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 1c806e5

Please sign in to comment.