-
Notifications
You must be signed in to change notification settings - Fork 145
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 rpm support #71
Conversation
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.
LGTM, can confirm this built everything correctly. Going to wait on a merge until we can get another review from product.
ping @friism |
This built fine for me too! Any updates on the status of this PR? |
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.
LGTM
Thx guys ! You rock !! 🚀 |
On a somewhat related note, Docker CE 18.06.0-3 compiles ok on CentOS under armv7hl. Tested using a Scaleway C1 server (a super cheap 4 core armv7hl thing). It needed a newer version of Go than the CentOS 7 supplied 1.9.4 (errors out during the build otherwise), and Go 1.11beta2 seems to work ok. The resulting package installs fine, and docker-containerd seems to run. Haven't yet done further testing of it, as this was more just an initial experiment. 😉 |
Like #25 and #35, this PR extends aarch64 support with RPMs builds.
I'm currently using the rpm package on fedora 27 with RPi 3.