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

Support for aarch64? #43

Closed
markbeierl opened this issue Jul 9, 2018 · 4 comments
Closed

Support for aarch64? #43

markbeierl opened this issue Jul 9, 2018 · 4 comments
Milestone

Comments

@markbeierl
Copy link

With a number of images (node, nginx, etc) now being runnable on multiple architectures can we add support for ARM (specifically aarch64) in this image?

@deniszh
Copy link
Member

deniszh commented Jul 18, 2018

Not really sure if python/cffi/cairo integration will work on aarch64. But probably that's possible.

@bebehei
Copy link
Contributor

bebehei commented Nov 5, 2018

Not really sure if python/cffi/cairo integration will work on aarch64

Assume the opposite: Why shouldn't work it? 😉

I'm also running on aarch64. As the phusion image is not available for architectures other than amd64, you have to build it manually yourself. Changed with #66 .

Just a simple clone and build of both repositories in the right order will suffice:

git clone https://github.com/graphite-project/docker-graphite-statsd
docker build -t  graphiteapp/graphite-statsd docker-graphite-statsd

And you should have a working graphite image.

Yeah, the problems about distribution and automated building are still unsolved, but at least you've got a working image then. Also on an Odroid C2, it takes just 8 minutes for alpine Linux. 20 minutes to build all images from scratch . This might not be feasible on every single board computer. (I don't want to know how long it'll take on a raspi). But as long dockerhub isn't supporting a way to automatically build aarch64 images, it might be the single possible way.

@deniszh
Copy link
Member

deniszh commented Nov 5, 2018

Thanks, @bebehei, it's good to know that at least possible. My skepticism was mostly related to cross-compiling aarch64 docker image on amd64.

@deniszh deniszh added this to the 1.1.5 milestone Nov 12, 2018
@deniszh
Copy link
Member

deniszh commented Nov 12, 2018

Fixed in current master

@deniszh deniszh closed this as completed Dec 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants