diff --git a/common.js b/common.js index b9ff6138d..d6d5b40f8 100644 --- a/common.js +++ b/common.js @@ -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', diff --git a/dist/index.js b/dist/index.js index 54b4a95df..3d7361373 100644 --- a/dist/index.js +++ b/dist/index.js @@ -484,7 +484,9 @@ 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',