-
Notifications
You must be signed in to change notification settings - Fork 103
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
Arm32bit and Arm64bit #56
Comments
It is used by the |
One other question, how is Galera-healthcheck used? `https://github.com/cloudfoundry-incubator/galera-healthcheck _/root/galera-healthcheck./main.go:41:63: cannot use "code.cloudfoundry.org/lager".Data literal (type "code.cloudfoundry.org/lager".Data) as type "github.com/cloudfoundry-incubator/galera-healthcheck/vendor/code.cloudfoundry.org/lager".Data in argument to logger.Error Linux g01 4.14.5-92 #1 SMP PREEMPT Mon Dec 11 15:48:15 UTC 2017 armv7l armv7l armv7l GNU/Linux |
@DrEVILish use the search function :) It is used like this: Lines 365 to 369 in 577db80
Lines 373 to 377 in 577db80
|
I'm not experienced with go so I remember it was difficult to get galera-healthcheck to compile when I tried, hence the inclusion of the binary rather than the full build process.. Sorry, wasn't thinking about arm.. Note, the version used here is from https://github.com/sttts/galera-healthcheck which is a fork of the one you tried. |
Thanks, I know this isn't an issue related to your project but I'm having a real issue getting a MariaDb/MySQL Galera cluster running inside docker on my OdroidXU4s currently armhf arch. I think I've found a better solution thanks very much for your time. |
No problem, good luck with your endeavors. I'll leave this open for future reference. |
Would you be okay with sharing your solution? I'm trying to run a mariadb cluster on raspberry pies, so I'm currently somewhere in a place where you were too.. |
So two options: |
After tinkering and troubleshooting I have finally managed to get it working on my two raspberry pies (ver. 3 and 2). I have compiled the dependent binaries in the bin folder for docker arm32v6 using a raspberry and created a new Dockerfile using the mariadb image for raspberry from jsurf. See this commit in my forked repo, if anyone would like to use it. I have also faced problems with an int overflow error described here and also the bind address was set to 127.0.0.1 and I had trouble changing it, in my fork I have fixed both of those issues, see the commits. @colinmollenhour maybe we could create a template for all of the dockerfiles (mariadb versions and architectures) including my arm32 dockerfile, add a docker manifest and we could have working multiarch images for future users |
Very nice! Please submit a pull request with the template as proposed. |
I opened a pull request #76 |
+1 for arm support |
1 similar comment
+1 for arm support |
Unable to use this on ARM arch due to the use of
ttp://www.quicklz.com/qpress-11-linux-x64.tar
which is a compression utility, I'm trying to reformat the DockerFile to build to support arm64 and arm32.
Would you be able to tell me what this binary is used for?
The text was updated successfully, but these errors were encountered: