Skip to content

Commit

Permalink
Update src/pkg/packager/deploy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
  • Loading branch information
Noxsios and AustinAbro321 committed Mar 13, 2024
1 parent bbadddf commit a5d3566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/packager/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a5d3566

Please sign in to comment.