-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien Ruaux
committed
Jun 1, 2023
1 parent
d74cee7
commit 5a707b3
Showing
2 changed files
with
36 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Changelog | ||
|
||
{{changelogChanges}} | ||
{{changelogContributors}} | ||
|
||
## Binaries | ||
|
||
### 🌟 Universal | ||
|
||
These binaries require an external Java runtime. | ||
|
||
* {{#f_release_download_url}}riot-{{projectEffectiveVersion}}.zip{{/f_release_download_url}} (requires Java 11+) | ||
* {{#f_release_download_url}}riot-{{projectEffectiveVersion}}.tar{{/f_release_download_url}} (requires Java 11+) | ||
|
||
### ☕️ Bundled Java Runtimes | ||
|
||
These binaries provide their own Java runtime. | ||
|
||
|Platform | Intel | Arm | | ||
| ------- | ----- | --- | | ||
| MacOS | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-osx-x86_64.zip{{/f_release_download_url}} | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-osx-aarch64.zip{{/f_release_download_url}} | | ||
| Linux (glibc) | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-linux-x86_64.zip{{/f_release_download_url}} | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-linux-aarch64.zip{{/f_release_download_url}} | | ||
| Linux (musl) | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-linux_musl-x86_64.zip{{/f_release_download_url}} | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-linux_musl-aarch64.zip{{/f_release_download_url}} | | ||
| Windows | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-windows-x86_64.zip{{/f_release_download_url}} | {{#f_release_download_url}}riot-standalone-{{projectEffectiveVersion}}-windows-aarch64.zip{{/f_release_download_url}} | |