-
-
Notifications
You must be signed in to change notification settings - Fork 187
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 Config option to overwrite the distro used #753
Closed
hasezoey opened this issue
Mar 16, 2023
· 3 comments
· May be fixed by DanneelsSophie/events#894, DanneelsSophie/events#903, DanneelsSophie/events#905, DanneelsSophie/events#907 or DanneelsSophie/events#908
Closed
Add Config option to overwrite the distro used #753
hasezoey opened this issue
Mar 16, 2023
· 3 comments
· May be fixed by DanneelsSophie/events#894, DanneelsSophie/events#903, DanneelsSophie/events#905, DanneelsSophie/events#907 or DanneelsSophie/events#908
Labels
Comments
hasezoey
added a commit
that referenced
this issue
Jun 9, 2023
🎉 This issue has been resolved in version 8.14.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 8.15.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 9.0.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This was referenced May 24, 2024
This was referenced Jun 2, 2024
This was referenced Jun 13, 2024
This was referenced Jun 28, 2024
This was referenced Jul 10, 2024
This was referenced Jul 19, 2024
This was referenced Jul 27, 2024
This was referenced Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is no way to overwrite which distro is used as a config option, but there is for VERSION, ARCH and PLATFORM, and the only way to currently overwrite the distro is to use ARCHIVE_NAME, which effectively means to handle everything else (like ARCH and PLATFORM) manually.
as for implementation details:
this option effectively overwrites the distro in the final archive string, but PLATFORM will still be used to decide which path to take (windows, mac or linux), because PLATFORM is meant to overwrite
os.platform
The text was updated successfully, but these errors were encountered: