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

Add support for Volta 2.0.0 #151

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Add support for Volta 2.0.0 #151

merged 1 commit into from
Aug 1, 2024

Conversation

charlespierce
Copy link
Contributor

Info

  • Volta 2.0.0 has some updates to supported architectures that necessitate changing the buildDownloadUrl method:
    • On macOS, we now have universal binaries so there is one URL for both x64 and arm64
    • On Linux and Windows, we now also support arm64 binaries

Changes

  • Updated buildDownloadUrl to include a new branch for Volta 2.0.0 that handles the new architecture support

Tested

  • Updated the installer.test.ts file to include a set of tests for Volta 2.0.0

@rwjblue rwjblue merged commit 289e7b0 into master Aug 1, 2024
26 checks passed
@rwjblue rwjblue deleted the chuck/v2-support branch August 1, 2024 11:35
@rwjblue rwjblue changed the title Update download url to support new architectures for Volta 2.0.0 Add support for Volta 2.0.0 Aug 5, 2024
@rwjblue rwjblue added the enhancement New feature or request label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants