Skip to content

Commit

Permalink
arch input: accept x86_64 as a synonym for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jul 21, 2024
1 parent 0c41305 commit c959ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup-julia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import * as installer from './installer'
const archSynonyms = {
'x86': 'x86',
'x64': 'x64',
'x86_64': 'x64',
'aarch64': 'aarch64',
'arm64': 'aarch64'
}
Expand Down

0 comments on commit c959ed6

Please sign in to comment.