-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ARM binaries do not work on 64-bit ARM ubuntu (Raspberry Pi 4) #3383
Comments
Interesting. It looks like Ubuntu's support for 64-bit on the Pi 4 is quite recent. I'm running Raspbian
Our ARM build boxes are also I did a quick check on an AWS sudo apt-get -y update && sudo apt-get -y install zip build-essential
wget https://dl.google.com/go/go1.13.2.linux-arm64.tar.gz
tar xvzf go1.13.2.linux-arm64.tar.gz
sudo mv go /usr/local/
echo "export PATH=/usr/local/go/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
go get github.com/gravitational/teleport
cd ~/go/src/github.com/gravitational/teleport
git checkout tags/v4.2.3
make release This puts |
Raspbian is still a 32-bit userland, with the option to enable a 64-bit kernel on the Pi 4. Ubuntu is 64-bit userland and kernel. |
This is an issue on Manjaro Linux aarch64 as well
|
#1812 is the same issue and was reported earlier. We need to set up dedicated |
What happened: ARM binaries do not run on 64-bit Ubuntu running on a Raspberry Pi 4
What you expected to happen: Binaries can be exectued
How to reproduce it (as minimally and precisely as possible):
Environment:
teleport version
):v4.2.3
tsh version
):v4.2.3
NOTE: This is related to my personal use of Teleport Community Edition, not my employer's use of Teleport Enterprise.
The text was updated successfully, but these errors were encountered: