We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3569df commit ecc1663Copy full SHA for ecc1663
1 file changed
npm/index.js
@@ -13,6 +13,7 @@ module.exports = binwrap({
13
binaries: ["ory"],
14
urls: {
15
"linux-x64": root + "/ory_" + version + "-linux_64bit.tar.gz",
16
+ "linux-arm64": root + "/ory_" + version + "-linux_arm64.tar.gz",
17
"win32-x64": root + "/ory_" + version + "-windows_64bit.zip",
18
"darwin-x64": root + "/ory_" + version + "-macOS_64bit.tar.gz",
19
"darwin-arm64": root + "/ory_" + version + "-macOS_arm64.tar.gz",
0 commit comments