feat(script): enable x86_64-linux minimal ISO

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-31 20:13:36 +02:00
parent 6c79be63e7
commit 23b6c38ed7

View file

@ -202,7 +202,7 @@ pub async fn generate_plan(config: &config::MirrorConfig, channel: &hydra::Chann
// TODO: we don't have aarch64-linux yet
//plan_iso!(plan, "minimal", "aarch64-linux");
//plan_iso!(plan, "minimal", "x86_64-linux");
plan_iso!(plan, "minimal", "x86_64-linux");
if !matches!(channel.variant(), hydra::ChannelVariant::Small) {
// TODO: for some reason, those ISOs are not present in ForkOS hydra.