Skip to content

Commit

Permalink
Add string mappings for bionic
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Jan 18, 2024
1 parent 88b124a commit e0e4b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/archive/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var (
nonAlnum = regexp.MustCompile(`[^a-zA-Z0-9]+`)

ExtensionMap = map[string]string{
"bionic": "deb",
"bookworm": "deb",
"bullseye": "deb",
"buster": "deb",
Expand All @@ -27,6 +28,7 @@ var (
"bookworm": "debian",
"bullseye": "debian",
"buster": "debian",
"bionic": "ubuntu",
"focal": "ubuntu",
"jammy": "ubuntu",
"rhel9": "el9",
Expand All @@ -40,6 +42,7 @@ var (
"bookworm": "12",
"bullseye": "11",
"buster": "10",
"bionic": "18.04",
"focal": "20.04",
"jammy": "22.04",
"rhel9": "el9",
Expand Down

0 comments on commit e0e4b99

Please sign in to comment.