### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: <https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode> * Followed all applicable steps in the debugging guide: <https://flight-manual.atom.io/hacking-atom/sections/debugging/> * Checked the FAQs on the message board for common solutions: <https://discuss.atom.io/c/faq> * Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom> * Checked that there is not already an Atom package that provides the described functionality: <https://atom.io/packages> ### Description Hi! I discovered that the prebuilt module for Apple Silicon is actually for x64, instead of arm64. ### Steps to Reproduce ``` curl -sSL https://github.com/atom/node-keytar/releases/download/v7.2.0/keytar-v7.2.0-electron-v85-darwin-arm64.tar.gz -O tar -xzvf keytar-v7.2.0-electron-v85-darwin-arm64.tar.gz objdump -l build/Release/keytar.node 2>&1 | grep 'format.*' --only-match ``` **Expected behavior:** ``` format Mach-O arm64 ``` **Actual behavior:** ``` format Mach-O 64-bit x86-64 ``` **Reproduces how often:** n/a ### Versions v7.2.0 ### Additional Information n/a
Prerequisites
Description
Hi! I discovered that the prebuilt module for Apple Silicon is actually for x64, instead of arm64.
Steps to Reproduce
Expected behavior:
Actual behavior:
Reproduces how often:
n/a
Versions
v7.2.0
Additional Information
n/a