bsc
bsc copied to clipboard
Linux arm binaries?
I noticed since https://github.com/bnb-chain/bsc/issues/712 we've been including arm binaries for Linux. The latest release doesn't have one anymore. Happy to compile myself but wondering why the change to not include. Is it not going to be included going forward?
@blissend No, arm version will not be included. The reason is that cross compiling is removed, and Github does not provide arm machines for us to release arm binaries. If you want arm version, you still can build it on an arm machine.
This will motivate 3rd party ARM builds that will be used by a lot of people I suppose, specially now with M1 macbooks and this brings a lot of other concerns. Isnt there anything else BSC team can do? Perhaps moving away from github actions since they dont provide all the tools necessary for the CI testing and builds?
@blissend No, arm version will not be included. The reason is that cross compiling is removed, and Github does not provide arm machines for us to release arm binaries. If you want arm version, you still can build it on an arm machine.
try this: https://github.com/marketplace/actions/run-on-architecture
@blissend No, arm version will not be included. The reason is that cross compiling is removed, and Github does not provide arm machines for us to release arm binaries. If you want arm version, you still can build it on an arm machine.
What is the problem with cross compiling?
https://github.com/bnb-chain/bsc/releases Added