Skip to content

Commit c0b3420

Browse files
committed
ci: enable al2023
Add AL2023 to the testing matrix. This doesn't mean it's officially supported yet. Official support will be announced as part of a release. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 1c0b992 commit c0b3420

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.buildkite/common.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"c7g.metal",
1717
]
1818

19-
DEFAULT_PLATFORMS = [("al2", "linux_4.14"), ("al2", "linux_5.10")]
19+
DEFAULT_PLATFORMS = [
20+
("al2", "linux_4.14"),
21+
("al2", "linux_5.10"),
22+
("al2023", "linux_6.1"),
23+
]
2024

2125

2226
def field_fmt(field, args):

0 commit comments

Comments
 (0)