Skip to content

Commit cd7fa03

Browse files
authored
[Download] Add Windows arm64 installer for nightly development snapsh… (#698)
* [Download] Add Windows arm64 installer for nightly development snapshots (main) branch * Add info about arch to all links on Windows page * Update windows10-arm64.yml to include swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a
1 parent ea8ee2c commit cd7fa03

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- date: 2024-07-02 10:10:00-06:00
2+
dir: swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a
3+
download: swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a-windows10-arm64.exe
4+
name: Windows 10 Swift Development Snapshot
5+
- date: 2024-06-03 10:10:00-06:00
6+
dir: swift-DEVELOPMENT-SNAPSHOT-2024-06-03-a
7+
download: swift-DEVELOPMENT-SNAPSHOT-2024-06-03-a-windows10-arm64.exe
8+
name: Windows 10 Swift Development Snapshot

install/windows/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title: Install Swift
2020
<p class="description">
2121
Package installers (.exe).
2222
</p>
23-
<a href="https://download.swift.org/{{ site.data.builds.swift_releases.last.tag | downcase }}/windows10/{{ site.data.builds.swift_releases.last.tag }}/{{ site.data.builds.swift_releases.last.tag }}-windows10.exe" class="cta-secondary">Download Toolchain (x86_64)</a>
23+
<a href="https://download.swift.org/{{ site.data.builds.swift_releases.last.tag | downcase }}/windows10/{{ site.data.builds.swift_releases.last.tag }}/{{ site.data.builds.swift_releases.last.tag }}-windows10.exe" class="cta-secondary">Download (x86_64)</a>
2424
<a href="/install/windows/traditional" class="cta-secondary">Instructions</a>
2525
</li>
2626
<li class="resource">
@@ -46,6 +46,7 @@ title: Install Swift
4646
Swift snapshots are prebuilt binaries that are automatically created from the branch. These snapshots are not official releases. They have gone through automated unit testing, but they have not gone through the full testing that is performed for official releases.
4747

4848
{% assign windows_dev_builds = site.data.builds.development.windows10 | sort: 'date' | reverse %}
49+
{% assign windows_arm64_dev_builds = site.data.builds.development.windows10-arm64 | sort: 'date' | reverse %}
4950
{% assign windows10_6_0_builds = site.data.builds.swift-6_0-branch.windows10 | sort: 'date' | reverse %}
5051

5152
<ul class="install-instruction">
@@ -57,7 +58,10 @@ Swift snapshots are prebuilt binaries that are automatically created from the br
5758
<p class="description">
5859
Package installers (.exe).
5960
</p>
60-
<a href="https://download.swift.org/development/windows10/{{ windows_dev_builds.first.dir }}/{{ windows_dev_builds.first.download }}" class="cta-secondary">Download Toolchain</a>
61+
<ul class="install-instruction">
62+
<a href="https://download.swift.org/development/windows10/{{ windows_dev_builds.first.dir }}/{{ windows_dev_builds.first.download }}" class="cta-secondary">Download (x86_64)</a>
63+
<a href="https://download.swift.org/development/windows10-arm64/{{ windows_arm64_dev_builds.first.dir }}/{{ windows_arm64_dev_builds.first.download }}" class="cta-secondary">Download (arm64)</a>
64+
</ul>
6165
</li>
6266
<li class="resource">
6367
<h3>release/6.0</h3>
@@ -67,7 +71,7 @@ Swift snapshots are prebuilt binaries that are automatically created from the br
6771
<p class="description">
6872
Package installers (.exe).
6973
</p>
70-
<a href="https://download.swift.org/swift-6.0-branch/windows10/{{ windows10_6_0_builds.first.dir }}/{{ windows10_6_0_builds.first.download }}" class="cta-secondary">Download Toolchain</a>
74+
<a href="https://download.swift.org/swift-6.0-branch/windows10/{{ windows10_6_0_builds.first.dir }}/{{ windows10_6_0_builds.first.download }}" class="cta-secondary">Download (x86_64)</a>
7175
</li>
7276
</ul>
7377
<a href="/install/windows/traditional/" class="cta-secondary">Instructions</a>

0 commit comments

Comments
 (0)