telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.43k stars 507 forks source link

not able to use telepresence with m3 chip #3607

Closed ideepika closed 4 weeks ago

ideepika commented 4 weeks ago

Describe the bug failure details is segfaulting altogether telepresence Thu 06 Jun 2024 03:44:33 PM UTC

rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
 fish: Job 1, 'telepresence' terminated by signal SIGTRAP (Trace or breakpoint trap)

container: debian

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

docker version: 4.31.0

ideepika commented 4 weeks ago

seems like adding FROM --platform=linux/amd64 solved the issue.