-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable arm7 builds #7037
Disable arm7 builds #7037
Conversation
As arm6 works on arm7 platforms with no noticeable performance difference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such a pity we're not able to work this one out. Hopefully we'll be able to fix this in future.
Please send backport |
Without arm7 i am not able to run it on my Synology anymore with a newer Version :-( |
does arm6 not work for you? |
Unfortunately not. Tried to build a new package for my Synology with this package: The german guides i used for Synology running Gitea are: |
Edit: read your latest message. Please ignore this question |
The last one i tried was: |
@Beluk yeah there's been a problem with our static arm7 builds that has forced us to have to stop providing them. If you're able to cross-compile non-static arm7 builds do work. |
Thanks for the hint. I will give it a try... |
* Disable arm7 builds As arm6 works on arm7 platforms with no noticeable performance difference * 386
Move arm7 to arm6 (as per go-gitea/gitea#7037)
Will arm7 support return, or is this final? |
It will return. This is a temporary disable. |
Thanks, @lunny! Besides: The last two available ARMv7 (1.8.0 and 1.8.1) seem broken as well (which of course could be "only me"). The latest one working for me is 1.7.5. But indeed, the ARMv6 binaries do work on my BananaPi, so until working ARMv7 return I'll stick to those (currently running v1.8.3 that way). |
Are you using docker for that? Is there a way to force the docker image to use armv6, until armv7 is officially supported again? |
@funkythings why should I use docker to run a simple binary? No, the BananaPi is running Armbian, and I simply drop in the binary. I've never worked with docker, to be honest. |
once you have multiple services running with docker already, one more doesn't hurt. |
This PR is in regards to the binaries, not the docker container. For general discussion please don't use PRs as hundreds of people get these emails. |
As arm6 works on arm7 platforms with no noticeable performance difference