I’m trying to cross-compile for arm with 64k page size. I’m following the instructions from Request for 64k binaries . However, I get an error:
undefined: auto.Assets
I guess, because I’m not using the build script. Is there a way to use it to create a 64k arm binary?
Thanks!