Skip to content

Commit 9feb5cc

Browse files
authored
[API] Add support for Windows arm64 for 6.1 and main branch (#949)
1 parent fb05efb commit 9feb5cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
layout: none
33
---
4-
{ "x86_64": {{ site.data.builds.swift-6_1-branch.windows10 | jsonify }}}
4+
{ "x86_64": {{ site.data.builds.swift-6_1-branch.windows10 | jsonify }},
5+
"arm64": {{ site.data.builds.swift-6_1-branch.windows10-arm64 | jsonify }}
6+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
layout: none
33
---
4-
{ "x86_64": {{ site.data.builds.development.windows10 | jsonify }}}
4+
{ "x86_64": {{ site.data.builds.development.windows10 | jsonify }},
5+
"arm64": {{ site.data.builds.development.windows10-arm64 | jsonify }}
6+
}

0 commit comments

Comments
 (0)