Comment by zoobab
4 days ago
"Running PlatformIO: the xtensa-esp32-elf-g++ binary would not execute, as it is compiled for another architecture"
PlatformIO is providing C binaries that have dependencies.
Please PlatformIO ship your binaries statically so that we can run them everywhere.
I had the same problem on Alpine.
to work around the issue, I had to spin a debian in docker-proot and install platformio in there. Ugly but it worked.