Add support for ubuntu-22.04-arm64 and ubuntu-24.04-arm64

This commit is contained in:
Benoit Daloze
2025-01-18 23:33:18 +01:00
parent f72249c5c9
commit fbaef13682
4 changed files with 36 additions and 3 deletions
+2
View File
@@ -165,7 +165,9 @@ export async function hashFile(file) {
const GitHubHostedPlatforms = [
'ubuntu-20.04-x64',
'ubuntu-22.04-x64',
'ubuntu-22.04-arm64',
'ubuntu-24.04-x64',
'ubuntu-24.04-arm64',
'windows-2019-x64',
'windows-2022-x64',
'windows-2025-x64',