Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ARM support - remove explicit arch deb options #1318

Merged
merged 1 commit into from
Oct 31, 2021

Conversation

swalkinshaw
Copy link
Member

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).

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).
@swalkinshaw swalkinshaw mentioned this pull request Oct 30, 2021
3 tasks
@swalkinshaw swalkinshaw changed the title Remove explicit arch deb options Improve ARM support - remove explicit arch deb options Oct 30, 2021
@swalkinshaw swalkinshaw merged commit 470590c into master Oct 31, 2021
@swalkinshaw swalkinshaw deleted the improve-arm-arch-support branch October 31, 2021 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant