Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Bug with silent fail and aarch64
In Debian `get_arch` returns `aarch64` which then causes a failure. Unfortunately, because the failure happens during an assignment it isn't surfaced to stderr. This PR adds a mapping for `aarch64` -> `arm64` and fixes the silent fail but forcing the output to `/dev/stderr`.
- Loading branch information