feat(script): enable x86_64-linux minimal ISO
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
6c79be63e7
commit
23b6c38ed7
|
@ -202,7 +202,7 @@ pub async fn generate_plan(config: &config::MirrorConfig, channel: &hydra::Chann
|
||||||
|
|
||||||
// TODO: we don't have aarch64-linux yet
|
// TODO: we don't have aarch64-linux yet
|
||||||
//plan_iso!(plan, "minimal", "aarch64-linux");
|
//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) {
|
if !matches!(channel.variant(), hydra::ChannelVariant::Small) {
|
||||||
// TODO: for some reason, those ISOs are not present in ForkOS hydra.
|
// TODO: for some reason, those ISOs are not present in ForkOS hydra.
|
||||||
|
|
Loading…
Reference in a new issue