bsc icon indicating copy to clipboard operation
bsc copied to clipboard

Linux arm binaries?

Open blissend opened this issue 2 years ago • 4 comments

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 avatar Aug 04 '22 18:08 blissend

@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.

forcodedancing avatar Aug 05 '22 01:08 forcodedancing

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?

giovannirco avatar Aug 08 '22 14:08 giovannirco

@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

du5 avatar Sep 13 '22 16:09 du5

@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?

terianil avatar Sep 19 '22 09:09 terianil

https://github.com/bnb-chain/bsc/releases Added

forcodedancing avatar Nov 15 '22 02:11 forcodedancing