Skip to content

Commit effdfef

Browse files
authored
feat(instance): add arm64 in architecture enum (#797)
1 parent 1b10a7c commit effdfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// If you have any remark or suggestion do not hesitate to open an issue.
33
import type { Zone } from '../../../bridge'
44

5-
export type Arch = 'x86_64' | 'arm'
5+
export type Arch = 'x86_64' | 'arm' | 'arm64'
66

77
export type BootType = 'local' | 'bootscript' | 'rescue'
88

0 commit comments

Comments
 (0)