-
Notifications
You must be signed in to change notification settings - Fork 9
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 ARM64 (Fixes #22) #25
base: master
Are you sure you want to change the base?
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.
Good enough, only small comment.
.travis/travis_utils.sh
Outdated
mv 2.1.1/Dockerfile-arm64 2.1.1/Dockerfile | ||
if [ "$BRANCH" = "master" ] | ||
then | ||
sed -i -e "s|\(treehouses\/rpi-couchdb:2\.1\.1\)|$V211_DOCKER_NAME_LATEST|" 2.1.1/Dockerfile |
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.
sed
is faster, but for OLE you create YAML
on the fly, any specific reason not doing that what in this repo?
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.
no reason as such. This is how we used to do it before I found the method to create it on the fly. 😉
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.
🆗
@empeje |
@empeje I have fix the conflicts and also removed the versions which can't be compiled. Since the version is updated to 2.1.2 and 1.7.2 we should first test them on |
Step to test:
|
Hi @dogi, hope you're doing good. Since I'm no longer working on the treehouses project, could you please unassign me from this MR? |
Overview
Support for ARM64
Testing recommendations
Multi-arch manifest pushed. Just use
treehouses/couchdb
on aarm64
device and it will run.To access 64Bit specifically use:
treehouses/rpi-couchdb:arm64-2.1.1-0.0.1-add-arm64-support-5a2b63ca
GitHub issue number
(Fixes #22)
Related Pull Requests
N/A
Checklist