Skip to content

Automate aarch64 cmake arg inclusion for when needed

Ben requested to merge Ben-PH/devbox:auto-aarch64=true into master

Does a simple check to see if it's aarch64 is being targeted. If so, it adds "-DAARCH64=true" to the cmake args. Also updates documents to remove a now redundant instruction.

Merge request reports