Closed nimish-ks closed 2 weeks ago
If these changes are merged, this will not be in effect until the next release and would also not be applied to old releases, so in order for downstream services like memos to pick this up, they would need to update to the release when it becomes available.
I understand. Looking at the pace of the last few release cycles (few weeks to a month), I don't believe It would be a long wait. :)
This is for our Docker images and should not affect your use-case.
Cool.
However, based on what I'm seeing in memos, they use buf to manage the generated code for their proto API definitions and they manage buf through npm/pnpm. So we'll also need to update the binaries available to our NPM packages if this merges.
Yes, thought so too. It it this one? https://www.npmjs.com/package/@bufbuild/protobuf
This PR adds coss-compiled build support for linux arm LE
linux armv7l
architecture, used by some of the older ARM devices such as the raspberry pi.I can see that
linux armv7
support already exists in the ci.yml file. Do I need to make changes elsewhere?This will also fix some downstream issues such as: https://github.com/usememos/memos/issues/3306