Skip to content

Commit 262cd3b

Browse files
committed
update default for sharp
1 parent 8a4e9cd commit 262cd3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/open-next/src/build/createImageOptimizationBundle.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ export async function createImageOptimizationBundle(
114114
outputPath,
115115
config.imageOptimization?.install ?? {
116116
packages: [`sharp@${sharpVersion}`],
117+
arch: "arm64",
118+
nodeVersion: "18",
119+
libc: "glibc",
117120
},
118121
);
119122
}

0 commit comments

Comments
 (0)