Skip to content

Commit 3d3f810

Browse files
committed
Update page
1 parent a92b5cf commit 3d3f810

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: default
33
title: Swift Everywhere – Android Build Status
44
---
55

6-
<h2>{{ page.title }}</h2>
7-
86
<div>
97
<p>
108
<small>
@@ -28,8 +26,6 @@ Of the <b>{{ stats.total_packages | number_format:"#,##0" }}</b> packages that a
2826
<b>{{ stats.success_packages | number_format:"#,##0" }}</b>
2927
are successfully building for Android.
3028

31-
<h3>Build Status by Repository</h3>
32-
3329
<table>
3430
<tr>
3531
<th>Name</th>
@@ -52,10 +48,17 @@ are successfully building for Android.
5248
{% endfor %}
5349
</table>
5450

51+
<h3>Windows Build Status: Coming Soon!</h3>
52+
<hr />
53+
<h3>Musl Build Status: Coming Soon!</h3>
54+
<hr />
55+
56+
<div>
5557
<p>
5658
<small>
5759
This page is automatically updated by a GitHub action running at
5860
<a href="https://github.com/swift-everywhere/swift-package-builds">https://github.com/swift-everywhere/swift-package-builds</a>.
5961
It was last generated at {{ site.time | date_to_string }}.
6062
</small>
6163
</p>
64+
</div>

0 commit comments

Comments
 (0)