Closed as not planned
Description
Describe the request
It would be required that the commands like: arduino-cli core install arduino:avr
installs the binary tools in the core for the architecture of the system it is executed on. Eg. the bundled binary gcc in the core should be built for arm64 on Apple silicon Macs and not Intel x86_64.
Describe the current behavior
Currently the arduino-cli core install arduino:avr
command installs binary tools pre-built for Intel x86_64 on Apple silicon Macs.
Arduino CLI version
0.26.0
Operating system
macOS
Operating system version
macOS Monterey 12.5
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the nightly build
- My request contains all necessary details