roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Improve ARM support - remove explicit arch deb options #1318

Closed swalkinshaw closed 3 years ago

swalkinshaw commented 3 years ago

Apt defaults to the architecture supported by dpkg, which defaults to the actual architecture of the OS (as it should). Removing this explicit arc=amd64 option just means we'll get the smart default which improves support for arm64 (Apple M1 CPUs primarily).