eget icon indicating copy to clipboard operation
eget copied to clipboard

Add x86_64

Open AndreiCherniaev opened this issue 6 months ago • 2 comments

x86_64 is the same as amd64. But I can't use x86_64. For now this code ask user to use amd64, then eget internally try to apply amd64 or x64 or x86_64 or x86-64, but I suggest to allow user also to set such request for eget... My example

a@asya:~/mycode$ ./eget --download-only --system linux/x86_64 rustdesk/rustdesk
unsupported target arch: x86_64

AndreiCherniaev avatar Jun 17 '25 15:06 AndreiCherniaev

Why can't you use amd64?

babhishek21 avatar Aug 06 '25 08:08 babhishek21

Why can't you use amd64?

I like this name, but some software use similar naming, not the same... For me like for a user it is more clear to think about eget like about grep, I mean if software provides "x86-64", I will ask eget to download "x86-64" version...

Alternatively, if user asks x64 or x86-64 eget can make warning like "Use amd64 name instead pls"

AndreiCherniaev avatar Aug 07 '25 00:08 AndreiCherniaev