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 authored Jul 14, 2024
1 parent dca37ca commit 605eaf1
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 605eaf1

Please # to comment.