Support for ARM64 (Fixes #22) - #25
Conversation
empeje
left a comment
There was a problem hiding this comment.
Good enough, only small comment.
| 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.
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.
no reason as such. This is how we used to do it before I found the method to create it on the fly. 馃槈
|
@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/couchdbon aarm64device and it will run.To access 64Bit specifically use:
treehouses/rpi-couchdb:arm64-2.1.1-0.0.1-add-arm64-support-5a2b63caGitHub issue number
(Fixes #22)
Related Pull Requests
N/A
Checklist