builds wrong arch on raspberry #686
Labels
architecture: arm
Specific to ARM host architecture
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Describe the bug
When I build arduino-ide-2.0.0-rc2 on raspberry pi/arm64, keytar.node is compiled as Intel 80386, instead of as ARM aarch64.
See attachment file.txt
Manually copying an Arm aarch64 version of keytar.node over the i386 version allows a sucessful build.
To Reproduce
On raspberry pi, execute attached build script.
build-ide.txt
Expected behavior
That a native compilation produces a native binary.
Desktop (please complete the following information):
Additional context
I provide builds of Arduino-ide-2.0.0 for raspberry pi. No action is needed, I just want to give a 'heads up' message to others who wish to compile on arm64.
The text was updated successfully, but these errors were encountered: