Skip to content

Commit df777ca

Browse files
authored
Fix build matrix generation for platform EOL check.
It was missing a key in the matrix itself.
1 parent 2d313f5 commit df777ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/gen-matrix-eol-check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
entries.append({
1717
'distro': item['distro'],
1818
'release': item['version'],
19+
'full_name': f'{ item['distro'] } { item['version'] }'
1920
})
2021

2122
entries.sort(key=lambda k: (k['distro'], k['release']))

0 commit comments

Comments
 (0)