mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #414] ARM support #162
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#162
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 @VictorGrycuk on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/414
Originally assigned to: @sadok-f on GitHub.
Hi, I would like to know if you plan to support Arm devices. I would love to run it on my Raspberry Pi.
Thanks!
@sadok-f commented on GitHub (Feb 25, 2024):
Hi @VictorGrycuk,
Thank you for bringing this up, we're working on it and we'll update the docker images accordingly.
@VictorGrycuk commented on GitHub (Feb 25, 2024):
Awesome, thanks!
@sadok-f commented on GitHub (Feb 26, 2024):
@VictorGrycuk
can you try out the latest docker image?
flyimg/flyimg-build:latestorflyimg/flyimg-build:1.3.3thx
@VictorGrycuk commented on GitHub (Feb 26, 2024):
Thanks @sadok-f.
Sadly, it's not working. I get the following after running the build 1.3.3:
Could it be that its missing the
arm/v8platform? I am using an RP 4 with aarch64 GNU/Linux.@sadok-f commented on GitHub (Feb 27, 2024):
interesting, let me add the linux/arm64/v8 platform then.
@sadok-f commented on GitHub (Feb 27, 2024):
ok, can you try thew new version
flyimg/flyimg-build:1.3.4?@VictorGrycuk commented on GitHub (Feb 27, 2024):
Thanks @sadok-f, but I am getting the same issue. Trying to build the image locally, I get the following:
By specifying the platform, I get
I'll keep troubleshooting it after work.
@sadok-f commented on GitHub (Feb 27, 2024):
yes, I need to add the multi-arch build to the base image as well, I'll keep you posted.
@sadok-f commented on GitHub (Mar 4, 2024):
quick update here, I'm still trying to build the base image with multi-arch, still blocked by many dependencies
@github-actions[bot] commented on GitHub (Apr 4, 2024):
This issue is stale (30 days with no activity)
@sadok-f commented on GitHub (Apr 5, 2024):
Sorry for the delay here, I'm facing some issues compiling/installing some libraries in the base image for ARM, especially the pip AVIF library.
I'll add more details in the issue I opened in the base-image repo https://github.com/flyimg/base-image/issues/18
any help is appreciated.
@github-actions[bot] commented on GitHub (May 6, 2024):
This issue is stale (30 days with no activity)
@sadok-f commented on GitHub (May 9, 2024):
Hi @VictorGrycuk , can you try out the latest version (the docker image was renamed as well)
flyimg/flyimg:1.4.0The base image got updated with a successful build for the arm arch, unfortunately the face detection for avid format will not work, you have to disable avif generation when using face-detection options.
Thanks
@VictorGrycuk commented on GitHub (May 21, 2024):
@sadok-f Apologies for the late response.
I just tried the new image, and I was able to run it on the raspberry!
@sadok-f commented on GitHub (May 21, 2024):
Great, thank you for confirming