Forum Discussion
MatthewPackwood
4 years agoOccasional Contributor
1Password for Linux AArch64 / M1 for Linux
Any chance you will be rolling out a build for the 1Password for Linux app built for AArch64 on Linux?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provi...
Former Member
4 years agoLooking at the after-install.sh
file from the x86_64 version, it sets up some policy files and security groups and makes a few symlinks, then attempts to register the package sources for your distribution. But based on the above conversation, it looks like the packages are not yet available for aarch64.
So, I just copied the after-install.sh
file from the x86_64 version and edited the script to comment out the code that installs the package sources (the call to installAutoupdateChannel at the very end of the file):
```
installFiles
installAutoupdateChannel
exit 0
```
Running that script appears to have done the trick on my aarch64 RPi 4