Skip to content

Commit

Permalink
fix: add linux-arm64 binary config into npm (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessharp committed May 1, 2023
1 parent b3569df commit ecc1663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = binwrap({
binaries: ["ory"],
urls: {
"linux-x64": root + "/ory_" + version + "-linux_64bit.tar.gz",
"linux-arm64": root + "/ory_" + version + "-linux_arm64.tar.gz",
"win32-x64": root + "/ory_" + version + "-windows_64bit.zip",
"darwin-x64": root + "/ory_" + version + "-macOS_64bit.tar.gz",
"darwin-arm64": root + "/ory_" + version + "-macOS_arm64.tar.gz",
Expand Down

0 comments on commit ecc1663

Please sign in to comment.