Skip to content

Commit

Permalink
Add support for ubuntu-22.04-arm64 and ubuntu-24.04-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 18, 2025
1 parent e6481e6 commit e4c402e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4c402e

Please sign in to comment.