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 install.sh refusing to download macos-arm64 standalone. #6968

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

yuchenshi
Copy link
Contributor

Fixes part of #6659 (comment)

Ever since v4.89.0-rc.1, there's only macos-arm64 but no more amd64. This fixes the script to align with the actual release artifacts.

In the long run, if we ever add back macos-amd64, the check can be removed entirely.

@code-asher
Copy link
Member

code-asher commented Aug 30, 2024

Thanks again! I suppose we should probably check the version to make sure we are doing the right architecture check but that seems like it would be tricky in a shell script so I think this makes sense. Looks like we have some script tests that need to be updated, I should really look into making CI run automatically instead of requiring approval to run first

@yuchenshi
Copy link
Contributor Author

Tests updated (and another CI approval please)

Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@code-asher code-asher merged commit 9286e00 into coder:main Sep 3, 2024
14 checks passed
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.

2 participants