-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
ARM build missing #3
Comments
That's for ARM v7 |
Any updates on when an ARM version will be available? Or is there any chance the image that was released before the repo got taken down / restored could be also restored? For context I have an image I pulled from mumblevoip/mumble-server in March that has the ARM binaries...but that seems to be no longer available? |
No updates yet, no. |
It looks like there won't be any for a while :( |
Hi @Krzmbrzl, I have successfully build, tested and deployed Mumble Server from your branch streamline-packetdatastream-imp. As part of this I forked this repository and re-added building of ARM64 images, docker build caching, and the ability to build images in the Mumble Docker repository with code sources from a fork. Would you like me to PR this work upstream? Ideally if so, we should remove my development build and re-enable all the stable builds for all platforms. Change my work to push to GitHub Container Registry back to DockerHub, and probably remove the ability to build from foreign repository. I added this to build from your fork, but I can see this being a potential supply chain vulnerability, if one of the maintainers GitHub account was compromised, it could be used to build malicious Mumble code from a fork and pushed to the official image repository. |
Hi @Matthew-Beckett, So the ARM build should be enabled only conditionally. This should be easy enough though, as we specify the build targets and the corresponding target platforms explicitly anyway. But first things first: The PR has to get merged. At the moment there are still some unresolved issues related to the new build flags. |
Once merged if you want me to handle back-porting I can take a look. |
Did the patch make it into the 1.5.x release candidate? I tried building with the |
No the patch has not even been merged to master yet as there are unresolved build issues related to it and I have not yet found the time to look into this properly |
Had a little time to look into this earlier today. I've been able to build per the discussion in mumble-voip/mumble#3845. As a result I have the v1.4.287 and v1.5.517 arm64 and amd64 builds available at https://hub.docker.com/r/timothysu/mumble-server/tags. I also still have the original v1.4.230 arm64 build published a long time ago repushed. If you wish to build it yourself, it should work with The full command I used for the images pushed on my repo is If this is legit could we get an official build via the above @Krzmbrzl? |
We already have mumble-voip/mumble#5960 that will fix this issue. There are only a couple of small things left that need to be fixed before this can be merged. However, I'm not particularly fond of spreading workarounds all over the place - aka: I'd prefer fixing up that PR than using a hand-crafted workaround in this repo 🤔 |
Any idea when this will be completed? |
I can't really give a proper estimate. The answer is essentially "once I have the time to finish this", but as things stand right now, I can't tell you when that will be :/ |
We're coming up on the anniversary of this issue. Hopefully this can be resolved soon. |
☝️ |
Hi again. I understand and appreciate that you do this in your free time with no remuneration and I understand to an extent the importance of getting the newer version out the window, but when a subset of the user base is unable to use the software in question, I would think that would take precedence, especially when the fix was so far away (looking at the initial date of this issue). I wish there was at least an alternative for those of us wanting to run a server on docker ARM, like republishing an old image or something. |
☝️ Obviously, everyone is more than welcome to contribute the necessary fixes themselves. I certainly don't insist on doing everything myself 🤷 |
In such urgent cases, you would usually build your own, patched version, of the software in question. If there's a workaround by using some Docker or OS internals, I can also help you with that. It also depends on what "ARM" you all want. My Docker wrapper for These are the platforms I build for. I probably could add more.
|
Just to see what happens... Inspired by mumble-voip/mumble-docker#3
Now that mumble-voip/mumble#5960 has been merged, building on ARM should no longer suffer from failing test cases and thus the corresponding images can now be enabled here. See also mumble-voip#3
Alright folks, what kind of ARM images do you need? I have just added support for ARM64 via #37 which will become available as pre-built images for the new release series. |
For me ARM64 it is. |
+1 for ARM64 |
|
arm64 would be nice, thanks |
+1 for aarch64, thanks, looking forward to use official images |
armv7 also pls :-) |
+1 for ARM64 |
We now have an AArch64/ARM64 instance, kindly provided by OSU Open Source Lab: https://osuosl.org/services/aarch64 All components seem to build just fine and without any warnings, meaning that there shouldn't be any blockers left. That is, unless there is an issue with Docker. |
I've been able to build on aarch64 using a docker-compose.yml with 'build: https://github.com/mumble-voip/mumble-docker.git'. I didn't test it extensively but it seemed to be working fine. |
armv8 would be appreciated as well. |
That means that the only "blocker" is that 1.5 isn't released yet. |
In #42 I have added support for
|
thanks a lot for the follow up! |
Currently the ARM build aren't available on the Docker Hub.
Reasons :
This will be fix on next mumble-server release.
The text was updated successfully, but these errors were encountered: