Skip to content

Commit

Permalink
Added xlarge as a value for freeze_ci_versions script
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Flehner Heen <[email protected]>
Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke and apetrynet committed Jun 24, 2024
1 parent 3bf7204 commit 25ade06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainers/freeze_ci_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def md_row_fields(md_row):

label = next(
label for label in available_labels
if label.split("-")[-1] not in {"xl", "latest"}
if label.split("-")[-1] not in {"xl", "xlarge", "latest"}
)
platform = label.split("-")[0]
if platform not in PLATFORMS:
Expand Down

0 comments on commit 25ade06

Please sign in to comment.