diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-29 15:24:45 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-29 15:24:45 -0700 |
commit | e64909cdcd0ba87dea180826f594db1960916c56 (patch) | |
tree | dc9fb55cf241275f72b5645a616ce509ff6f8333 /linux-build-farm | |
parent | ce2ad69e5fb638e7bf0c21e765dcf61e4bb4d244 (diff) | |
download | infinitytier-e64909cdcd0ba87dea180826f594db1960916c56.tar.gz infinitytier-e64909cdcd0ba87dea180826f594db1960916c56.zip |
docs
Diffstat (limited to 'linux-build-farm')
-rw-r--r-- | linux-build-farm/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-build-farm/README.md b/linux-build-farm/README.md new file mode 100644 index 00000000..c55e7300 --- /dev/null +++ b/linux-build-farm/README.md @@ -0,0 +1,6 @@ +Dockerized Linux Build Farm +====== + +This subfolder contains Dockerfiles and a script to build Linux packages for a variety of Linux distributions. It's also an excellent way to test your CPU fans and stress test your disk. + +Running `build.sh` with no arguments builds everything. You can run `build.sh` with the name of a distro (e.g. centos-7) to only build that. Both 32 and 64 bit packages are built except where no 32-bit version of the distribution exists. |