You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With the release of version 0.27.0, it has been decided to rename the release artifacts: #1910 Replace x86_64 to amd64 build
Scripts that are downloading latest release from github directly using dynamic file name are failing because of this. For example: k9s_$(uname -s)_$(uname -m).tar.gz.
Describe the bug
With the release of version 0.27.0, it has been decided to rename the release artifacts:
#1910 Replace x86_64 to amd64 build
Scripts that are downloading latest release from github directly using dynamic file name are failing because of this. For example:
k9s_$(uname -s)_$(uname -m).tar.gz
.To Reproduce
Additional context
Changing file name to
k9s_$(uname -s)_amd64.tar.gz
resolves it. I created this bug report if someone stumbles about the same issue.The text was updated successfully, but these errors were encountered: