-
Notifications
You must be signed in to change notification settings - Fork 112
Revert "Update .goreleaser.yaml" #1886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ spec: | |
| matchLabels: | ||
| os: darwin | ||
| arch: amd64 | ||
| {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_amd64.tar.gz" .TagName }} | ||
| {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all.tar.gz" .TagName }} | ||
| files: | ||
| - from: preflight | ||
| to: . | ||
|
|
@@ -53,7 +53,7 @@ spec: | |
| matchLabels: | ||
| os: darwin | ||
| arch: arm64 | ||
| {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_arm64.tar.gz" .TagName }} | ||
| {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all.tar.gz" .TagName }} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Krew Plugin Installation Fails on DarwinThe Krew plugin configuration for Darwin universal binaries references
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I dont think this is valid since with this reversion, the preflight binary will be preflight_darwin_all.tar.gz instead of arm64 and amd64 |
||
| files: | ||
| - from: preflight | ||
| to: . | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.