Skip to content

Commit cbefb5c

Browse files
authored
feat: mirror node-pty-prebuilt-multiarch (#767)
closes #766 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Expanded our binary support to include prebuilt binaries for the node-pty package, enhancing integration possibilities and deployment options for users relying on these binaries. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 1922bf2 commit cbefb5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/binaries.ts

+7
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,13 @@ const binaries = {
937937
repo: 'messense/homebrew-macos-cross-toolchains',
938938
distUrl: 'https://github.com/messense/homebrew-macos-cross-toolchains/releases',
939939
},
940+
'node-pty-prebuilt-multiarch': {
941+
category: 'node-pty-prebuilt-multiarch',
942+
description: 'Prebuilt binaries for node-pty',
943+
type: BinaryType.GitHub,
944+
repo: 'homebridge/node-pty-prebuilt-multiarch',
945+
distUrl: 'https://github.com/homebridge/node-pty-prebuilt-multiarch/releases',
946+
},
940947
} as const;
941948

942949
export type BinaryName = keyof typeof binaries;

0 commit comments

Comments
 (0)