[PR #549] [MERGED] Build & Publish AnythingLLM for ARM64 and x86 #3390

Closed
opened 2026-02-22 18:33:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/549
Author: @timothycarambat
Created: 1/5/2024
Status: Merged
Merged: 1/8/2024
Merged by: @timothycarambat

Base: masterHead: arm64


📝 Commits (10+)

  • b1f0ced Update build process
  • 477c07b temp only build AMD64
  • bab7fa6 increase yarn install timeout during ARM build - keeps timing out?
  • e5e7fa5 wip monkey patch for ARM chromium
  • 57c56a8 WIP arm64 chromedriver dockerfile
  • abec5ab update buildfiles per-arch
  • 8692cdd update build files
  • b9b6ba8 force arg for arm64
  • 6d5ffae wip
  • 28331cb combine jobs into runner

📊 Changes

9 files changed (+202 additions, -60 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yaml (+33 -8)
clean.sh (+0 -3)
📝 collector/package.json (+1 -1)
📝 collector/yarn.lock (+25 -25)
📝 docker/Dockerfile (+69 -11)
📝 docker/HOW_TO_USE_DOCKER.md (+16 -5)
📝 docker/docker-compose.yml (+1 -2)
📝 server/package.json (+1 -1)
📝 server/yarn.lock (+56 -4)

📄 Description

Bump @lancedb/vectordb to 0.1.19 for arm64 & amd64 compatibility
Patch puppeteer to support arm64 chromium installation during build.
Dual publish both ARM64 and AMD64 images under same tag
Map master to latest on docker. hub.

resolves #539 (slow install due to emulation - causing model timeout)
resolves #548 (slow install due to emulation - causing model timeout)

users are unable to download models due to the emulator overhead and it times out when trying to install.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/549 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/5/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `arm64` --- ### 📝 Commits (10+) - [`b1f0ced`](https://github.com/Mintplex-Labs/anything-llm/commit/b1f0ced546223e74924fc9984b992e8c206924e0) Update build process - [`477c07b`](https://github.com/Mintplex-Labs/anything-llm/commit/477c07bf3a5d2dbcf8e8b0873536d216c6a9af41) temp only build AMD64 - [`bab7fa6`](https://github.com/Mintplex-Labs/anything-llm/commit/bab7fa6c74331f3a3ca40cc2113aac83b3e47c10) increase yarn install timeout during ARM build - keeps timing out? - [`e5e7fa5`](https://github.com/Mintplex-Labs/anything-llm/commit/e5e7fa5edb182704286f3bce49c652e59d3d8180) wip monkey patch for ARM chromium - [`57c56a8`](https://github.com/Mintplex-Labs/anything-llm/commit/57c56a8ffeaa4218a0b109beb82e72a0009c046d) WIP arm64 chromedriver dockerfile - [`abec5ab`](https://github.com/Mintplex-Labs/anything-llm/commit/abec5ab8a9165e0372dd445d635e581c589cdcab) update buildfiles per-arch - [`8692cdd`](https://github.com/Mintplex-Labs/anything-llm/commit/8692cddb95eae3e2679cc12766b40683f2fc063e) update build files - [`b9b6ba8`](https://github.com/Mintplex-Labs/anything-llm/commit/b9b6ba8404c7281276688b9e657b62c9cca1b040) force arg for arm64 - [`6d5ffae`](https://github.com/Mintplex-Labs/anything-llm/commit/6d5ffae98582c55ac85caa2764b293aa4b124883) wip - [`28331cb`](https://github.com/Mintplex-Labs/anything-llm/commit/28331cb6bb9cec946e55a6f225e695d8588b2234) combine jobs into runner ### 📊 Changes **9 files changed** (+202 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yaml` (+33 -8) ➖ `clean.sh` (+0 -3) 📝 `collector/package.json` (+1 -1) 📝 `collector/yarn.lock` (+25 -25) 📝 `docker/Dockerfile` (+69 -11) 📝 `docker/HOW_TO_USE_DOCKER.md` (+16 -5) 📝 `docker/docker-compose.yml` (+1 -2) 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+56 -4) </details> ### 📄 Description Bump @lancedb/vectordb to 0.1.19 for arm64 & amd64 compatibility Patch puppeteer to support arm64 chromium installation during build. Dual publish both ARM64 and AMD64 images under same tag Map `master` to `latest` on docker. hub. resolves #539 (slow install due to emulation - causing model timeout) resolves #548 (slow install due to emulation - causing model timeout) users are unable to download models due to the emulator overhead and it times out when trying to install. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:41 -05:00
yindo closed this issue 2026-02-22 18:33:41 -05:00
yindo changed title from [PR #549] Build & Publish AnythingLLM for ARM64 and x86 to [PR #549] [MERGED] Build & Publish AnythingLLM for ARM64 and x86 2026-06-05 15:13:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3390