ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta
- Lorax option `isfinal` for beta
This commit is contained in:
parent
db6a125f3d
commit
40eb389a80
@ -120,7 +120,7 @@ lorax_options = [
|
|||||||
"noupgrade": False,
|
"noupgrade": False,
|
||||||
"rootfs_size": 3,
|
"rootfs_size": 3,
|
||||||
"version": "{{ full_version }}",
|
"version": "{{ full_version }}",
|
||||||
"isfinal": {% False if beta_suffix is defined and beta_suffix else True %},
|
"isfinal": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user