From 4b6c92460625b21149a27b1d16ff46283363c530 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 7 Aug 2023 14:50:48 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/instance/v1/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'