Skip to content

Commit

Permalink
why not al2023
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jan 30, 2025
1 parent 4c81479 commit 03ba174
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ class PKG_TOOLS(Enum):
'python': "python3",
},
},
'al2023': {
'os': 'linux',
'pkg_tool': PKG_TOOLS.DNF,
'pkg_update': 'dnf update -y',
'pkg_install': 'dnf install -y',
'variables': {
'python': "python3",
},
},
'manylinux': {
'os': 'linux',
'pkg_tool': PKG_TOOLS.YUM,
Expand Down

0 comments on commit 03ba174

Please sign in to comment.