Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix arch detection on Linux/aarch64 (e.g. Asahi Linux on MacBook M*). From Go point of view, this is arm64. $ uname -m aarch64 $ go env GOOS linux $ go env GOARCH arm64 Tested by running directly from source. Fixes #58 Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information