diff --git a/packer/plugin-getter/plugins.go b/packer/plugin-getter/plugins.go index 8bdc55ed9cc..7594951df63 100644 --- a/packer/plugin-getter/plugins.go +++ b/packer/plugin-getter/plugins.go @@ -680,9 +680,7 @@ func (pr *Requirement) InstallLatest(opts InstallOptions) (*Installation, error) continue } if err := entry.validate("v"+version.String(), opts.BinaryInstallationOptions); err != nil { - err := fmt.Errorf("ignoring invalid remote binary %s: %s", entry.Filename, err) - errs = multierror.Append(errs, err) - log.Printf("[TRACE] %s", err) + log.Printf("[INFO] ignoring invalid remote binary %s: %s", entry.Filename, err) continue }