shared: remove ubuntu architecture map
Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
This commit is contained in:
parent
6da9f1dd24
commit
9fb9fadda0
@ -29,7 +29,6 @@ var distroArchitecture = map[string]map[int]string{
|
||||
"alpinelinux": alpineLinuxArchitectureNames,
|
||||
"centos": centosArchitectureNames,
|
||||
"debian": debianArchitectureNames,
|
||||
"ubuntu": debianArchitectureNames,
|
||||
}
|
||||
|
||||
// GetArch returns the correct architecture name used by the specified
|
||||
|
@ -36,16 +36,6 @@ func TestGetArch(t *testing.T) {
|
||||
"s390x",
|
||||
"s390x",
|
||||
},
|
||||
{
|
||||
"ubuntu",
|
||||
"amd64",
|
||||
"amd64",
|
||||
},
|
||||
{
|
||||
"ubuntu",
|
||||
"x86_64",
|
||||
"amd64",
|
||||
},
|
||||
}
|
||||
|
||||
for i, tt := range tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user