Skip to content

Commit f106431

Browse files
Add Ubuntu2004 descriptor (#1478)
1 parent 0aa42ec commit f106431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/os/linux_descriptors.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var (
55
UbuntuDefault = Ubuntu2204
66
Ubuntu2404 = NewDescriptor(Ubuntu, "24.04")
77
Ubuntu2204 = NewDescriptor(Ubuntu, "22.04")
8+
Ubuntu2004 = NewDescriptor(Ubuntu, "20.04")
89

910
DebianDefault = Debian12
1011
Debian12 = NewDescriptor(Debian, "12")

0 commit comments

Comments
 (0)