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 is removed
This commit is contained in:
soksanichenko 2023-04-12 16:41:54 +03:00
parent 40eb389a80
commit b7473aaacb
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ lorax_options = [
"noupgrade": False,
"rootfs_size": 3,
"version": "{{ full_version }}",
"isfinal": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %},
# "isfinal": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %},
}
})
]