diff --git a/internal/linux/arch_test.go b/internal/linux/arch_test.go index 48d27a039..a8d9901af 100644 --- a/internal/linux/arch_test.go +++ b/internal/linux/arch_test.go @@ -14,6 +14,8 @@ func TestArch(t *testing.T) { "linuxarm64": "arm64", "linuxarm6": "armel", "linuxarm7": "armhf", + "linuxppc64": "ppc64", + "linuxppc64le": "ppc64le", "linuxwhat": "what", } { t.Run(fmt.Sprintf("%s to %s", from, to), func(t *testing.T) {