Skip to content

[Question] Is there any technical advantage from the architecture amd64 rename? #1644

Answered by i4ki
lat0z asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @lat0z

The distribution of x86_64 makes it easy to download and install on Unix systems by just doing:

version="0.3.0"
wget https://github.com/terramate-io/terramate/releases/download/v${version}/terramate_${version}_linux_$(uname -m).tar.gz

But this is not a huge advantage because some archs returned by uname are not distributed by Terramate (eg.: i686, etc).

We discussed the topic and decided to distribute both arch names. We cannot just change the arch names now because too many packaging tools already rely on the current arch names, also many CI/CDs out there installing from the release assets would just break if we change this.

Then we are going to release both arch names but we…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lat0z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested enhancement New feature or request
3 participants
Converted from issue

This discussion was converted from issue #1001 on April 17, 2024 15:12.