Skip to content
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

Use default arch names for binaries #28

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

albertteoh
Copy link
Contributor

Signed-off-by: albertteoh albert.teoh@logz.io

Fixes #26.

Signed-off-by: albertteoh <albert.teoh@logz.io>
.goreleaser.yml Outdated
@@ -26,7 +26,6 @@ archives:
- format: binary
replacements:
386: i386
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this one, does it look right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this replacement shouldn't be there either, at least based on this: https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63.

Signed-off-by: albertteoh <albert.teoh@logz.io>
@jpkrohling jpkrohling changed the title Remove replacing amd64 in build name Use default arch names for binaries Jan 15, 2021
@mergify mergify bot merged commit 0880986 into observatorium:master Jan 15, 2021
@albertteoh albertteoh deleted the remove-macos-arch-replace branch January 18, 2021 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release binary name replaces amd64 with x86_64
2 participants