Update install on Linux - #208
Merged
Merged
Conversation
Member
|
I made these patches. The first one is to fix fedora version and the second one is for adding ARM builds: From edaff667e7683ee8d3de78cec622cdc38994f664 Mon Sep 17 00:00:00 2001
From: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
Date: Sat, 4 Apr 2026 14:05:05 +0300
Subject: [PATCH] fix fedora version
---
content/docs/installation/installation-linux.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/docs/installation/installation-linux.md b/content/docs/installation/installation-linux.md
index cb51429..f3e29ec 100644
--- a/content/docs/installation/installation-linux.md
+++ b/content/docs/installation/installation-linux.md
@@ -59,7 +59,7 @@ In addition, we also have continuous integration, it currently provides the foll
- Ubuntu22.04 (jammy)
- Ubuntu24.04 (nobel)
- Fedora41
-- Fedora41
+- Fedora42
<!---
- OpenSUSE Leap 15.2
-->
--
2.53.0
From 0ea43fdd5b5ad06120214bbb5c3818de52f70d35 Mon Sep 17 00:00:00 2001
From: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
Date: Sat, 4 Apr 2026 14:05:23 +0300
Subject: [PATCH] add ARM architectures support
---
content/docs/installation/installation-linux.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/content/docs/installation/installation-linux.md b/content/docs/installation/installation-linux.md
index f3e29ec..5a95b44 100644
--- a/content/docs/installation/installation-linux.md
+++ b/content/docs/installation/installation-linux.md
@@ -73,6 +73,15 @@ General packages (AppImage, snap, and Flatpak): they can run on common Linux-bas
</a>
</details>
+There is also continuous integration for ARM architectures:
+- ARM64
+ - Debian 12 (bookworm)
+ - Ubuntu 22.04 (jammy)
+ - Ubuntu 24.04 (nobel)
+- ARMhf (ARM hard float)
+ - Debian 12 (bookworm)
+
+
-------------------------------------------------
--
2.53.0 |
Contributor
Author
|
Thank you for the review! |
mmahmoudian
approved these changes
Apr 4, 2026
| - Ubuntu22.04 (jammy) | ||
| - Ubuntu24.04 (nobel) | ||
| - Fedora41 | ||
| - Fedora41 |
Member
|
I just merged it since Jemery is getting ready for v14 release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the distributions and sync the dependencies with the current README.md