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

Fix/wrong architecture string on appimagetool arch/1114 #1116

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

azubieta
Copy link
Member

Allows using armhf and aarch64 as architecture names on appimagetool. Doesn't remove the old names ("arm", "arm_aarch64") to avoid breaking scripts of possible users.

Closes #1114

@probonopd
Copy link
Member

probonopd commented Feb 10, 2021

Why do you want to hardcode pathToMksquashfs = "/usr/bin/mksquashfs";?

I think this breaks bundling mksquashfs privately?

@azubieta
Copy link
Member Author

azubieta commented Feb 10, 2021

Why do you want to hardcode

Ups, that's wrong. It should be fixed now

@azubieta azubieta force-pushed the fix/wrong_architecture_string_on_appimagetool_arch/1114 branch from 7f8b623 to 0c97ab5 Compare February 10, 2021 21:29
@azubieta
Copy link
Member Author

Should I proceed with the merge?

@probonopd
Copy link
Member

Lgtm. @TheAssassin?

@probonopd
Copy link
Member

Is this still a thing? @TheAssassin wdyt?

@hyh19962008
Copy link

I totally agreed "arm_aarch64" is misleading, and the command-line help message doesn't provide this information, you have to look into the source code to find it.

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.

Misleading architecture string for arm on appimagetool
3 participants