Skip to content

Commit ecc1663

Browse files
authored
fix: add linux-arm64 binary config into npm (#307)
1 parent b3569df commit ecc1663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

npm/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = binwrap({
1313
binaries: ["ory"],
1414
urls: {
1515
"linux-x64": root + "/ory_" + version + "-linux_64bit.tar.gz",
16+
"linux-arm64": root + "/ory_" + version + "-linux_arm64.tar.gz",
1617
"win32-x64": root + "/ory_" + version + "-windows_64bit.zip",
1718
"darwin-x64": root + "/ory_" + version + "-macOS_64bit.tar.gz",
1819
"darwin-arm64": root + "/ory_" + version + "-macOS_arm64.tar.gz",

0 commit comments

Comments
 (0)