Skip to content

Commit

Permalink
download: add link to nightly apk builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
  • Loading branch information
mukilan authored and mrego committed Sep 16, 2024
1 parent dd97089 commit 241d61d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _data/downloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"name": "Linux (x64)",
"href": "nightly/linux/servo-latest.tar.gz",
"sha256": "nightly/linux/servo-latest.tar.gz.sha256"
},
{
"key": "android-aarch64-apk",
"name": "Android (aarch64)",
"href": "nightly/android/servo-latest.apk",
"sha256": "nightly/android/servo-latest.apk.sha256"
}
]
2 changes: 1 addition & 1 deletion _includes/downloads-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% for download in downloads %}
<p>
<div class="buttons has-addons">
<a rel="nofollow" role="button" class="button is-primary" href="https://download.servo.org/{{download.href}}" style="width: 15ch;">{{download.name}}</a>
<a rel="nofollow" role="button" class="button is-primary" href="https://download.servo.org/{{download.href}}" style="width: 20ch;">{{download.name}}</a>
<span class="button is-static" id="date-{{download.key}}" style="width: 12ch;">?</span>
<a rel="nofollow" role="button" class="button" href="https://download.servo.org/{{download.sha256}}">sha256</a>
</div>
Expand Down

0 comments on commit 241d61d

Please sign in to comment.