fix: ubuntu build.

This commit is contained in:
Alexandre Pujol 2023-07-25 23:06:14 +01:00
parent c36801700c
commit fe0238250a
Failed to generate hash of commit

View file

@ -45,6 +45,9 @@ func getSupportedDistribution() string {
}
}
if id == "ubuntu" {
return id
}
for main, based := range supportedDists {
if main == id || main == id_like {
return main