diff --git a/src/pkg/packager/deploy.go b/src/pkg/packager/deploy.go index a0f94ecb5f..7a1cece304 100644 --- a/src/pkg/packager/deploy.go +++ b/src/pkg/packager/deploy.go @@ -471,7 +471,7 @@ func (p *Packager) pushImagesToRegistry(componentImages []string, noImgChecksum NoChecksum: noImgChecksum, RegInfo: p.cfg.State.RegistryInfo, Insecure: config.CommonOptions.Insecure, - Architectures: []string{p.cfg.Pkg.Metadata.Architecture}, + Architectures: []string{p.cfg.Pkg.Build.Architecture}, } return helpers.Retry(func() error {