You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rwynn Is there any source code we can get for the images used to build plugin? It'll be easy to set it up to build also for arm and solve most of the issues.
compiling with amd64 version leads to a plugin producing:
Unable to load mapper plugin /tmp/plugin/xxx.so: plugin: not implemented
putting
GOARCH=arm64 GOOS=linux
into monstache/docker/plugin/Dockerfile leads to errors in build:
adding CGO_ENABLED=1 to the line ends up with:
9.332 gcc_arm64.S: Assembler messages:
9.332 gcc_arm64.S:30: Error: no such instruction: `stp x29,x30,[sp,'
using GOS=darwin also does not work:
did anybody succeed building on M3 mac?
The text was updated successfully, but these errors were encountered: