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

Fix arm64 darwin install #789

Merged
merged 4 commits into from
Jan 3, 2024
Merged

Fix arm64 darwin install #789

merged 4 commits into from
Jan 3, 2024

Conversation

Hoverbear
Copy link
Contributor

Description

Thanks @otech47. This replicates #778

Checklist
  • Formatted with cargo fmt
  • Built with nix build
  • Ran flake checks with nix flake check
  • Added or updated relevant tests (leave unchecked if not applicable)
  • Added or updated relevant documentation (leave unchecked if not applicable)
  • Linked to related issues (leave unchecked if not applicable)
Validating with install.determinate.systems

If a maintainer has added the upload to s3 label to this PR, it will become available for installation via install.determinate.systems:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/pr/$PR_NUMBER | sh -s -- install

otech47 and others added 3 commits December 12, 2023 12:48
On an arm64 mac, `uname -m` returns x86_64 which causes install script to install with the wrong architecture
@Hoverbear Hoverbear added this to the 0.15.2 milestone Dec 21, 2023
@Hoverbear Hoverbear self-assigned this Dec 21, 2023
@Hoverbear Hoverbear merged commit e815280 into main Jan 3, 2024
13 checks passed
@Hoverbear Hoverbear deleted the fix-arm64-darwin-install branch January 3, 2024 20:00
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.

None yet

3 participants