diff --git a/deb/remote.go b/deb/remote.go index 6ecb7e80..d1077a2f 100644 --- a/deb/remote.go +++ b/deb/remote.go @@ -105,7 +105,6 @@ func NewRemoteRepo(name string, archiveRoot string, distribution string, compone if !strings.HasPrefix(result.Distribution, ".") { result.Distribution = "./" + result.Distribution } - result.Architectures = nil if len(result.Components) > 0 { return nil, fmt.Errorf("components aren't supported for flat repos") }