mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00
[GH-ISSUE #140] Arm docker images #59
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#59
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 @rallisf1 on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/140
Feature request type
Other
Component name
No response
Is your feature request related to a problem?
While there are arm and arm64 binary releases available, the docker image on dockerhub is only x64.
Describe the solution you'd like
Please also build and publish arm docker images.
Have you seen this feature anywhere else?
No response
Describe alternatives you've considered
No response
Pull Request
Code of Conduct
@rallisf1 commented on GitHub (Dec 7, 2025):
I tried building it myself, but I can't get sqlite to work. This project uses version 1 of
system.data.sqlite.orgwhich I couldn't compile for .net core, it only has instructions for the older .net mono and it didn't work.The native sqlite library (installed via apt) doesn't work as well, as it lacks all the .net bindings.
I gave up. AFAIK the only solution is to upgrade the project to the newer v2 of
system.data.sqlite.org, which should work out of the box.@franklupo commented on GitHub (Dec 9, 2025):
Hello,
We're releasing version 2 in beta and will also try to release a Docker build for Arm. The database is no longer sqlite and Postgresql. It's best to use Docker Compose.
Best regards