We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb05efb commit 9feb5ccCopy full SHA for 9feb5cc
api/v1/install/dev/6.1/windows10.json
@@ -1,4 +1,6 @@
1
---
2
layout: none
3
4
-{ "x86_64": {{ site.data.builds.swift-6_1-branch.windows10 | jsonify }}}
+{ "x86_64": {{ site.data.builds.swift-6_1-branch.windows10 | jsonify }},
5
+ "arm64": {{ site.data.builds.swift-6_1-branch.windows10-arm64 | jsonify }}
6
+}
api/v1/install/dev/main/windows10.json
-{ "x86_64": {{ site.data.builds.development.windows10 | jsonify }}}
+{ "x86_64": {{ site.data.builds.development.windows10 | jsonify }},
+ "arm64": {{ site.data.builds.development.windows10-arm64 | jsonify }}
0 commit comments