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
f33238431e
commit
71b4968e49
@ -119,7 +119,8 @@ lorax_options = [
|
||||
"*": {
|
||||
"noupgrade": False,
|
||||
"rootfs_size": 3,
|
||||
"version": "{{ full_version }}"
|
||||
"version": "{{ full_version }}",
|
||||
"isfinal": {% false if beta_suffix is defined and beta_suffix else true %},
|
||||
}
|
||||
})
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user