Skip to content

Commit

Permalink
add rosalinux 2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stefanov committed Jan 6, 2023
1 parent 29ea748 commit 54697c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def auto_resolve():
if str(build_repositories[0]).find("rosa2019.0") >= 0 or str(build_repositories[0]).find("rosa2016.1") >= 0:
try_arches = ['i586','x86_64']

if str(build_repositories[0]).find("rosa2021.1") >= 0:
if str(build_repositories[0]).find("rosa2021.1") >= 0 or str(build_repositories[0]).find("rosa2023.1") >=0:
try_arches = ['i686','x86_64','aarch64', 'riscv64', 'e2kv4']

if str(build_repositories[0]).find("openmandriva") >= 0 or str(build_repositories[0]).find("4.2") >= 0:
Expand Down

0 comments on commit 54697c3

Please sign in to comment.