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 TechnoCore running on a Pi #8

Open
TheHackmeister opened this issue Apr 7, 2018 · 3 comments
Open

Support TechnoCore running on a Pi #8

TheHackmeister opened this issue Apr 7, 2018 · 3 comments

Comments

@TheHackmeister
Copy link
Member

TheHackmeister commented Apr 7, 2018

Being able to run TechnoCore on a Pi would increase it's usefulness for DIYers tremendously. It is a cheep platform that can run 24/7. Perfect for an TechnoCore server.

In order to run on the Pi, I think we'll need to figure out what ARM version is needed for the Pi, then find ARM based images for all the services in TechnoCore.

For the Pi OS, look into using resinOS. It is meant for running containers on a Pi.

@TheHackmeister TheHackmeister added Priority: 2 enhancement good first issue These issues are good for someone new to TechnoCore to start on labels Apr 7, 2018
@TheHackmeister TheHackmeister added this to Back burner in TechnoCore Nov 26, 2018
@TheHackmeister TheHackmeister removed Priority: 2 good first issue These issues are good for someone new to TechnoCore to start on labels Nov 26, 2018
@TheHackmeister TheHackmeister changed the title Support Althing running on a Pi Support TechnoCore running on a Pi Dec 10, 2018
@TheHackmeister
Copy link
Member Author

Here is an example of a project that builds for multiple architecture.

@TheHackmeister
Copy link
Member Author

I noticed that linuxserver's grocy repo had multiple Dockerfiles, and didn't use any templates. Without templates it's 3 places to keep in sync, which is a hassle, but maybe not a bad way to get started. I bet that adding the templates will be much easier if the rest of the system is already working.

@TheHackmeister
Copy link
Member Author

Another place I've found building images is the way sanic utilizes moby/buildkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
TechnoCore
  
Back burner
Development

No branches or pull requests

1 participant