okisdev / ChatChat

Chat Chat, your own unified chat and search to AI platform, with a simple and easy to use interface.
https://chat.okisdev.com
GNU Affero General Public License v3.0
1.2k stars 218 forks source link

ARM64 #262

Closed brmassa closed 9 months ago

brmassa commented 9 months ago

Currently it only builds for AMD64, but that are many cloud services that offer ARM based instances. It compiles a arm64 image.

it also:

vercel[bot] commented 9 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @okisdev on Vercel.

@okisdev first needs to authorize it.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chat-chat ✅ Ready (Inspect) Visit Preview Feb 16, 2024 1:16pm
okisdev commented 9 months ago

Thank you for contributing to this project!

I have modified your code for the following reasons:

  1. latex version: Adjusting to a higher latex version is unsafe as it may break the project. Please refer to https://github.com/okisdev/ChatChat/pull/238.
  2. Docker CI actions: This project is published on both GitHub's ghcr.io and Docker Hub simultaneously, so neither method can be removed. Additionally, this CI only runs when a release is made.
  3. lucide-react version: This dependency is based on shadcn/ui, and upgrading to a higher lucide-react version may cause a failure in a shadcn/ui component.

Overall, thank you for your contribution. I have addressed the issue, and it will be merged soon.

Happy coding! :)

brmassa commented 9 months ago

That's great. I did other modifications while exploring the code base. They were not critical. I was lazy to create a PR with all those changes. My fault