Replies: 3 comments 7 replies
-
Linux ARM 32bit would be useful for building and deploying apps that run on a Raspberry PI. While it is not the most powerful platform it is an easy way to have a small cluster at home for testing purposes. Raspberry PI have gotten experimental support for 64bit, but most people still run 32bit since it have better stability. |
Beta Was this translation helpful? Give feedback.
-
Any chance to revert this? We need both linux-arm and linux-ppc64le and you caught us off guard by not respecting semantic versioning with this change: zwave-js/node-zwave-js#5164 |
Beta Was this translation helpful? Give feedback.
-
We are intending on enabling
CGO
across the board forturbo
so that we can start interfacing with native libraries. This has the consequence of needing to put more effort into cross-compiling our Go code.To facilitate cross compilation, we would like to clearly specify which platforms
turbo
supports and intends to support.The current proposal is to support each of:
on
Anyone using any of the above combinations will be unaffected by this change.
If there are
turbo
users not using a platform listed above, we'd like to hear from you.turbo
is currently built for a variety of more esoteric platforms as well, but we have not identified usage for them via our remote cache stats. However, it is possible that there are users not using remote caching and building on a platform that is not covered by the above, and we'd like to make sure they have a path forward if at all possible.Packages we would no longer build:
Beta Was this translation helpful? Give feedback.
All reactions