-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Versions and Operating System
- Operating System:
amd64
Expected Behavior
I am expecting to be able to use the tkn executable on amd64 architecture. I am running tkn version --component client
command.
I expect to get:
0.42.0
Actual Behavior
I am getting:
... /usr/bin/tkn: cannot execute binary file: Exec format error
Steps to Reproduce the Problem
- From a docker image running on amd64 architecture, I tried to get:
https://github.com/tektoncd/cli/releases/download/v${TKN_VERSION}/tkn_${TKN_VERSION}_Linux_x86_64.tar.gz whereTKN_VERSION
is0.42.0
. - I tried to run it after doing a chmod command and I got:
... /usr/bin/tkn: cannot execute binary file: Exec format error
I might do something wrong. If this is the case, I'd like to know what it is :-).
Additional Info
I am building a docker image on a amd64 cluster that is targetting amd64 architecture. The distro is either Ubuntu or UBI (RH).
I got it to work by using either the .deb file for Ubuntu and rpm file for UBI. Both worked as expected.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.