Skip to content

Commit

Permalink
fix: node on linux.amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
blurooo committed Aug 27, 2023
1 parent af6b919 commit ef4bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrors/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type nodeVersion struct {

var nfm = map[string]nodeOsArchDesc{
"linux-arm64": {os: "linux", arch: "arm64", filename: "linux-arm64." + tar},
"linux-x64": {os: "linux", arch: "arm64", filename: "linux-x64." + tar},
"linux-x64": {os: "linux", arch: "amd64", filename: "linux-x64." + tar},
"linux-ppc64le": {os: "linux", arch: "ppc64le", filename: "linux-ppc64le." + tar},
"linux-s390x": {os: "linux", arch: "s390x", filename: "linux-s390x." + tar},
"osx-arm64-tar": {os: "darwin", arch: "arm64", filename: "darwin-arm64." + tar},
Expand Down

0 comments on commit ef4bdf7

Please sign in to comment.