fix: apache on arm

This commit is contained in:
Andras Bacsai
2022-11-30 11:18:19 +01:00
parent 4aaf59d034
commit 3d5ea8629c
2 changed files with 8 additions and 3 deletions

View File

@@ -58,8 +58,8 @@ export function setDefaultBaseImage(buildPack: string | null, deploymentType: st
label: 'nginx:alpine'
},
{
value: 'apache:alpine',
label: 'apache:alpine'
value: 'httpd:alpine',
label: 'httpd:alpine (Apache)'
}
];
const rustVersions = [
@@ -592,6 +592,7 @@ export async function copyBaseConfigurationFiles(
`
);
}
// TODO: Add more configuration files for other buildpacks, like apache2, etc.
} catch (error) {
throw new Error(error);
}