[PR #597] [MERGED] fix : fix linux build on x86_64 #4223

Closed
opened 2026-03-23 21:36:51 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/597
Author: @MikeWallaceDev
Created: 7/8/2022
Status: Merged
Merged: 7/10/2022
Merged by: @LucasXu0

Base: mainHead: fix_linux_build_on_x86_64


📝 Commits (3)

  • 7ae7dc4 fix: fix linux build on x86_64
  • c0414a0 fix: fixed the ci script to correctly use 86_64
  • 3aca5a3 fix: continue adding "_64" to make build work

📊 Changes

6 files changed (+8 additions, -8 deletions)

View changed files

📝 .github/workflows/ci.yaml (+2 -2)
📝 .github/workflows/dart_lint.yml (+1 -1)
📝 .github/workflows/dart_test.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rust_lint.yml (+1 -1)
📝 frontend/Makefile.toml (+2 -2)

📄 Description

fix: Fix Linux build on x86_64. The build script currently uses 'uname -m' which on most Linux systems returns 'x86_64'.


🔄 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/AppFlowy-IO/AppFlowy/pull/597 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 7/8/2022 **Status:** ✅ Merged **Merged:** 7/10/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_linux_build_on_x86_64` --- ### 📝 Commits (3) - [`7ae7dc4`](https://github.com/AppFlowy-IO/AppFlowy/commit/7ae7dc497ba9ea115319155fd07e6f1bd2b91f6c) fix: fix linux build on x86_64 - [`c0414a0`](https://github.com/AppFlowy-IO/AppFlowy/commit/c0414a0e7e553b4864f3e490db867f4b048426c8) fix: fixed the ci script to correctly use 86_64 - [`3aca5a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/3aca5a3b46958d1f1c14737bdf4f9d8eb756999e) fix: continue adding "_64" to make build work ### 📊 Changes **6 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+2 -2) 📝 `.github/workflows/dart_lint.yml` (+1 -1) 📝 `.github/workflows/dart_test.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rust_lint.yml` (+1 -1) 📝 `frontend/Makefile.toml` (+2 -2) </details> ### 📄 Description fix: Fix Linux build on x86_64. The build script currently uses 'uname -m' which on most Linux systems returns 'x86_64'. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4223
No description provided.