Hey everyone!
We now have a fleet of native arm builders in production. They are still in beta testing so to use them you’ll need to push to the ‘master-arm’ on your applications remote:
git push resin master:master-arm
What this means is essentially faster and more reliable builds. This is because we won’t run your build in an emulator (QEMU) which has a series of known bugs which cause the build to occasionally hang. You may have encountered this when trying to do a git clone or install specific dependencies.
Again I must mention that these builders are still being tested, so they may fail extremely ungracefully at times. But I thought you may like to give them a test run before the official release.
Of coarse, let me know if you hit anything unexpected.
Have fun,
Craig