Skip to content

Commit

Permalink
Merge pull request #282 from mxr/support-m1
Browse files Browse the repository at this point in the history
Create broad mapping for M1
  • Loading branch information
ekalinin authored Apr 9, 2021
2 parents fb6f195 + 04ecd30 commit 1e08e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ def get_node_bin_url(version):
'armv7l': 'armv7l',
'armv8l': 'armv7l',
'aarch64': 'arm64',
'arm64': 'arm64',
'arm64/v8': 'arm64',
'armv8': 'arm64',
'armv8.4': 'arm64',
'ppc64le': 'ppc64le', # Power PC
's390x': 's390x', # IBM S390x
}
Expand Down

0 comments on commit 1e08e0d

Please # to comment.