[PR #545] [CLOSED] Build & Publish AnythingLLM for ARM and x86 #3387

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/545
Author: @timothycarambat
Created: 1/5/2024
Status: Closed

Base: masterHead: 539-amd64-support


📝 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

8 files changed (+251 additions, -39 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yaml (+53 -4)
📝 collector/package.json (+1 -1)
📝 collector/yarn.lock (+25 -25)
📝 docker/Dockerfile (+3 -3)
docker/Dockerfile.arm64 (+111 -0)
📝 docker/docker-compose.yml (+1 -1)
📝 server/package.json (+1 -1)
📝 server/yarn.lock (+56 -4)

📄 Description

Bump @lancedb/vectordb to 0.1.19 for AMD compatibilty
Patch puppeteer to support arm86 chromium installation
Break out x86 build from arm86 build for docker images

resolves #539

  • 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/545 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `539-amd64-support` --- ### 📝 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 **8 files changed** (+251 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yaml` (+53 -4) 📝 `collector/package.json` (+1 -1) 📝 `collector/yarn.lock` (+25 -25) 📝 `docker/Dockerfile` (+3 -3) ➕ `docker/Dockerfile.arm64` (+111 -0) 📝 `docker/docker-compose.yml` (+1 -1) 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+56 -4) </details> ### 📄 Description Bump @lancedb/vectordb to 0.1.19 for AMD compatibilty Patch puppeteer to support arm86 chromium installation Break out x86 build from arm86 build for docker images resolves #539 - 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:40 -05:00
yindo closed this issue 2026-02-22 18:33:41 -05:00
yindo changed title from [PR #545] Build & Publish AnythingLLM for ARM and x86 to [PR #545] [CLOSED] Build & Publish AnythingLLM for ARM and x86 2026-06-05 15:13:09 -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#3387