mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #420] Support for Linux aarch64 #419
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnnyOhall on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/420
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Would it be possible for create a release version that would work on Linux aarch64 devices?
Acceptance Criteria
additional release that includes *.tar.gz or *.AppImage file for aarch64 arcitecture (Such as Raspberry Pi's etc)
@NghiaTranUIT commented on GitHub (Jul 24, 2024):
Can you show me how to support
aarch64arch? I built from my Intel PC, so it might not included in the AppImage@JohnnyOhall commented on GitHub (Jul 24, 2024):
I personally have not done this before but here are some steps I found:
To support aarch64 architecture, you need to build your application for the aarch64 target. Here is a step-by-step guide to cross-compile your application for aarch64 on an Intel PC and package it into an AppImage.
Steps to Cross-Compile for aarch64 and Create an AppImage:
@NghiaTranUIT commented on GitHub (Jul 25, 2024):
Thanks, I will try to support this arch on the next release 👍