aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
73 stars 70 forks source link

Build for Raspberry Pi 3 #69

Closed volphy closed 2 years ago

volphy commented 2 years ago

Is it possible to build a Docker image for the Raspberry Pi 3 (architecture: armv7l)?

I cannot see any OpenSSL configuration for ARM 32 (armv7l): https://github.com/aws-samples/aws-iot-securetunneling-localproxy/blob/master/docker-build.sh

kareali commented 2 years ago

@volphy I have not tested it myself but the linux-generic64 usually works for most Raspberry Pis, if those configurations don't work, you can try to update the configurations to linux-armv4 and then feel free to create a PR for it.