Skip to content

Commit 03ba174

Browse files
committed
why not al2023
1 parent 4c81479 commit 03ba174

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

builder/core/data.py

+9
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ class PKG_TOOLS(Enum):
215215
'python': "python3",
216216
},
217217
},
218+
'al2023': {
219+
'os': 'linux',
220+
'pkg_tool': PKG_TOOLS.DNF,
221+
'pkg_update': 'dnf update -y',
222+
'pkg_install': 'dnf install -y',
223+
'variables': {
224+
'python': "python3",
225+
},
226+
},
218227
'manylinux': {
219228
'os': 'linux',
220229
'pkg_tool': PKG_TOOLS.YUM,

0 commit comments

Comments
 (0)