Skip to content

Commit e4c402e

Browse files
committed
Add support for ubuntu-22.04-arm64 and ubuntu-24.04-arm64
1 parent e6481e6 commit e4c402e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: common.js

+2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ export async function hashFile(file) {
165165
const GitHubHostedPlatforms = [
166166
'ubuntu-20.04-x64',
167167
'ubuntu-22.04-x64',
168+
'ubuntu-22.04-arm64',
168169
'ubuntu-24.04-x64',
170+
'ubuntu-24.04-arm64',
169171
'windows-2019-x64',
170172
'windows-2022-x64',
171173
'windows-2025-x64',

Diff for: dist/index.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)