diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index 0c66fa81f..30c1213b2 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -2,7 +2,7 @@ // If you have any remark or suggestion do not hesitate to open an issue. import type { Zone } from '../../../bridge' -export type Arch = 'x86_64' | 'arm' +export type Arch = 'x86_64' | 'arm' | 'arm64' export type BootType = 'local' | 'bootscript' | 'rescue'