-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Typo in ppc64le architecture build #2933
Comments
I don't think it is a typo; I have found many other multiarch builds that spell it "ppc64el" searching "ppc64el" with the github search bar, but "ppc64le" is 5 times more popular. Also that is the spelling used by debian for its power pc port: https://wiki.debian.org/ppc64el. Since debian calls it ppc64el, I think it is probably fine to call it ppc64el. EDIT: actually, filtering by |
|
This broke my build where I am using multiple architectures, one of them being "ppc64le". I added a workaround for now. |
@nicowilliams Maybe Anyway, if you want to change |
So we rename only |
For what it's worth, I don't care about this either way. OP can deal if we don't change it, and changing it won't add much value. And somehow I wasn't getting the joke, that |
@othomann is the system reporting the architecture as |
Hi, for my builds, yes, the architecture is "linux/ppc64le" and I have automation to build the binary file based on the given architecture and in this case, it fails because it doesn't look for the right file name. |
@othomann can you fix that automation? |
I have a workaround just for jq. |
For the version 1.7, I think there is a typo on the architecture for ppc64le.
The built file name is:
jq-linux-ppc64el
.Is this intentional ? Other tools with multiarch builds are all using
ppc64le
for the architecture instead ofppc64el
.The text was updated successfully, but these errors were encountered: