[PR #1548] [MERGED] Refactor linux workflow & fix 1503 #4812

Closed
opened 2026-03-23 22:15:56 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1548
Author: @maranix
Created: 12/8/2022
Status: Merged
Merged: 12/9/2022
Merged by: @LucasXu0

Base: mainHead: fix_1503


📝 Commits (3)

  • 0643e93 ci: refactor linux workflow & build an alternative linux package for older distributions.
  • 32be754 fix: add libkeybinder as a dependency in deb pkg
  • 6dbb08c fix: move deb control file to linux_installer

📊 Changes

4 files changed (+107 additions, -30 deletions)

View changed files

📝 .github/workflows/release.yml (+88 -30)
frontend/scripts/linux_installer/control (+8 -0)
frontend/scripts/linux_installer/postinst (+7 -0)
frontend/scripts/linux_installer/postrm (+4 -0)

📄 Description

Following PR aims to fix #1503 by refactoring the linux build workflow in CI to be less verbose by moving postrm and postinst package scripts from CI workflow to scripts/linux_installer as all of the other OSes installer assets and scripts live there.

It also includes an additional workflow named build-linux-x86-alt with ubuntu-18.04 runner image to build an alternate deb package. The following workflow should only be used temporarily as a workaround to support older debian based distributions where GLIBC < 2.34, see #1503.


🔄 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/1548 **Author:** [@maranix](https://github.com/maranix) **Created:** 12/8/2022 **Status:** ✅ Merged **Merged:** 12/9/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_1503` --- ### 📝 Commits (3) - [`0643e93`](https://github.com/AppFlowy-IO/AppFlowy/commit/0643e93e9464bf003bd79b4912dbff8e1e8dce2a) ci: refactor linux workflow & build an alternative linux package for older distributions. - [`32be754`](https://github.com/AppFlowy-IO/AppFlowy/commit/32be754eb78ed55bb1929fe755acec5567e04f4a) fix: add libkeybinder as a dependency in deb pkg - [`6dbb08c`](https://github.com/AppFlowy-IO/AppFlowy/commit/6dbb08c2ae9ee7f4143ba9ae499bde4a40a28ddf) fix: move deb control file to linux_installer ### 📊 Changes **4 files changed** (+107 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+88 -30) ➕ `frontend/scripts/linux_installer/control` (+8 -0) ➕ `frontend/scripts/linux_installer/postinst` (+7 -0) ➕ `frontend/scripts/linux_installer/postrm` (+4 -0) </details> ### 📄 Description Following PR aims to fix #1503 by refactoring the linux build workflow in CI to be less verbose by moving ``postrm`` and ``postinst`` package scripts from CI workflow to ``scripts/linux_installer`` as all of the other OSes installer assets and scripts live there. It also includes an additional workflow named ``build-linux-x86-alt`` with ``ubuntu-18.04`` runner image to build an alternate deb package. The following workflow should only be used temporarily as a workaround to support older debian based distributions where ``GLIBC < 2.34``, see #1503. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:56 +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#4812
No description provided.