-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpi5 nodejs #304
rpi5 nodejs #304
Conversation
binding/nodejs/src/platforms.ts
Outdated
@@ -34,6 +34,7 @@ const ARM_CPU_64 = '-aarch64'; | |||
const ARM_CPU_CORTEX_A53 = 'cortex-a53'; | |||
const ARM_CPU_CORTEX_A57 = 'cortex-a57'; | |||
const ARM_CPU_CORTEX_A72 = 'cortex-a72'; | |||
const ARM_CPU_CORTEX_A76 = 'cortex-a72'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
76
binding/nodejs/src/pv_status_t.ts
Outdated
@@ -1,5 +1,5 @@ | |||
// | |||
// Copyright 2022-2023 Picovoice Inc. | |||
// Copyright 2022-2024 Picovoice Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we only update the copyright headers when we change something in the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When pipeline passes, go ahead and release
No description provided.