cloudflare / cloudflare/cloudflared
ARMv6 Binary isn't statically linked, has dependencies
Open
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I was hoping to use the ARMv6 cloudflared binary in a Ubuntu Docker container, but when I execute the binary I get the error "No such file or directory"
To resolve it, I had to install the following packages `apt-get install libc6 libc6-armhf-cross`
I am not familiar with Go, but I believe to make this a proper stand alone binary it needs to be statically linked? Are you able to adapt your build process so these other dependencies aren't required?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.