Skip to content

Commit

Permalink
swift-snapshot: Add arm64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 21, 2024
1 parent ba0d9e5 commit d452d48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bucket/swift-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"64bit": {
"url": "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a-windows10.exe",
"hash": "ce799b41195b70af9e7734dfed19c4ec4ec79bbc9eadba611e37e8888b16a734"
},
"arm64": {
"url": "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a-windows10-arm64.exe",
"hash": "037bdbf9d1a1a99d7156584948870a8a958fd27cc4ff5711691cc0a76f2e88f5"
}
},
"depends": "main/wixtoolset",
Expand Down Expand Up @@ -53,14 +57,17 @@
"SDKROOT": "$dir\\Platforms\\Windows.platform\\Developer\\SDKs\\Windows.sdk"
},
"checkver": {
"url": "https://dorado-api.deno.dev/swift-tmp",
"url": "https://download.swift.org/development/windows10/latest-build.json",
"regex": "swift-DEVELOPMENT-SNAPSHOT-(?<build>[\\w\\-]+)-windows10.exe",
"replace": "snapshot-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-$matchBuild/swift-DEVELOPMENT-SNAPSHOT-$matchBuild-windows10.exe"
},
"arm64": {
"url": "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-$matchBuild/swift-DEVELOPMENT-SNAPSHOT-$matchBuild-windows10-arm64.exe"
}
}
},
Expand Down

0 comments on commit d452d48

Please sign in to comment.