fix: remove unnecessary whitespace in build-image.js

This commit is contained in:
2026-01-31 23:50:55 +01:00
parent 44bb4b7458
commit 42e91f6ec1

View File

@@ -106,7 +106,7 @@ function main() {
const containerTool = getContainerTool(); const containerTool = getContainerTool();
const { version, isRelease } = getVersion(); const { version, isRelease } = getVersion();
let architectures; let architectures;
if (values['all-arch']) { if (values['all-arch']) {
architectures = ['arm64', 'amd64']; architectures = ['arm64', 'amd64'];