Skip to content
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

Aarch64 support #22

Open
sahilph opened this issue May 22, 2018 · 7 comments · May be fixed by #25
Open

Aarch64 support #22

sahilph opened this issue May 22, 2018 · 7 comments · May be fixed by #25

Comments

@sahilph
Copy link
Member

sahilph commented May 22, 2018

Support for 64 Bit

sahilph added a commit that referenced this issue May 29, 2018
@sahilph sahilph linked a pull request Jun 11, 2018 that will close this issue
3 tasks
@UncleSamSwiss
Copy link

Thanks for adding aarch64 support!

What's the current state? I see on Docker Hub, you already have arm64 versions for 2.1.1 (and 1.7.1). Do you plan to have them also for 2.3.1?

@dogi
Copy link
Member

dogi commented Sep 24, 2019

@UncleSamSwiss good question ... maybe you wanna help us there ;P

we dropped support with 2.2.0 and after cause of lack of testing abilities ;)

@UncleSamSwiss
Copy link

Let me know how I can help.

I looked through the changes and saw that you (partially) changed to a multi stage build. I would have suggested this in a separate issue as it could potentially reduce the image size (and no need to remove the wget package ;-). I'm a bit worried that mixing ARM and ARM 64 in the same build would create a mix of binaries.

I tried yesterday to build CouchDB 2.3.1 on ARM64 based on balenalib/raspberrypi4-64-debian:stretch and didn't have any issues (besides some GPG check fails on the Balena builder). I didn't try to run it, so there might still be runtime issues. The given base image is probably still too big as we basically only need balenalib/aarch64-debian:stretch-run (no need for RPi4 specific packages).

@empeje
Copy link
Member

empeje commented Sep 25, 2019

@UncleSamSwiss cool!

sahil was one of our intern, and he already back to school, you can take over this PR for sure @UncleSamSwiss 😄

@UncleSamSwiss
Copy link

@empeje well, that's sad...

I had a quick look at your Travis CI and found that none of the builds are running through (returned a non-zero code: 2) but they still report success (the shell script isn't exiting on error). In addition to that, the CouchDB 2.3.1 version on Docker Hub was probably uploaded manually as there is no Travis build at all for 2.3.1.

I'm sorry, but evaluating how much effort it would be to get Travis working again, add 2.3.1 and then do all the work required for an arm64 version, I don't see myself capable and willing to invest that much time.

@empeje
Copy link
Member

empeje commented Sep 25, 2019

Hmm interesting,

I time poor right now, but this aarch64 support is our homework, I'll check it again soon.

@dogi
Copy link
Member

dogi commented Sep 25, 2019

@empeje :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants