Skip to content

Commit b785d39

Browse files
feat(devbox): default to x86 arch
1 parent 1c89956 commit b785d39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 97
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b92a4ee1d2c5382b0d77ec6a16e2e03b79bfd0a08cd75e28ee219350d5b6c5c6.yml
3-
openapi_spec_hash: 20d89d072b105d18e5bb8f73adb75063
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-f2df3524e4b99c38b634c334d098aa2c7d543d5ea0f49c4dd8f4d92723b81b94.yml
3+
openapi_spec_hash: c377abec5716d1d6c5b01a527a5bfdfb
44
config_hash: 2363f563f42501d2b1587a4f64bdccaf

src/resources/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export interface LaunchParameters {
165165
after_idle?: AfterIdle | null;
166166

167167
/**
168-
* The target architecture for the Devbox. If unset, defaults to arm64.
168+
* The target architecture for the Devbox. If unset, defaults to x86_64.
169169
*/
170170
architecture?: 'x86_64' | 'arm64' | null;
171171

0 commit comments

Comments
 (0)