We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b10a7c commit effdfefCopy full SHA for effdfef
packages/clients/src/api/instance/v1/types.gen.ts
@@ -2,7 +2,7 @@
2
// If you have any remark or suggestion do not hesitate to open an issue.
3
import type { Zone } from '../../../bridge'
4
5
-export type Arch = 'x86_64' | 'arm'
+export type Arch = 'x86_64' | 'arm' | 'arm64'
6
7
export type BootType = 'local' | 'bootscript' | 'rescue'
8
0 commit comments