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 3f4e4c4 commit 96a2504Copy full SHA for 96a2504
packages/open-next/src/build/createImageOptimizationBundle.ts
@@ -116,6 +116,7 @@ export async function createImageOptimizationBundle(
116
outputPath,
117
config.imageOptimization?.install ?? {
118
packages: [`sharp@${sharpVersion}`],
119
+ // By not specifying an arch, `npm install` will choose one for us (i.e. our system one)
120
arch: config.imageOptimization?.loader === "fs-dev" ? undefined : "arm64",
121
nodeVersion: "18",
122
libc: "glibc",
0 commit comments