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

ARM Based Docker Support #856

Open
dave-bell opened this issue Nov 12, 2019 · 2 comments
Open

ARM Based Docker Support #856

dave-bell opened this issue Nov 12, 2019 · 2 comments

Comments

@dave-bell
Copy link
Contributor

Note: This isn't an actual defect. This is a public service announcement.


I created a docker build that will provide an image that will run on either Intel hosts (amd64) or raspbian ARM hosts (arm32v7). I forked the project to Gitlab so I could get the CI system to build and publish the resulting images.

You can pull using registry.gitlab.com/dave.bell/fat_free_crm:latest. That image is phat one, on Intel hosts you will get the amd64 image while on a raspberry pi you will get the arm32v7 image. You can see all the images here.

The builds are based off the multiarch-build branch. The Gitlab repo pulls from GitHub on a regular basis. When new changes are pulled into that branch a CI run kicks off and new images are published to the container registry. At the moment changes need to be manually pulled into the build branch.

@johnnyshields
Copy link
Contributor

Curious as to what the use case is to run FFCRM on ARM?

@CloCkWeRX
Copy link
Member

Possibly running on an rpi?

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