unifi-docker/pre_build
Jacob Alberty c8562cc19d This should be a working buildx script, as well as a mongodb workaround for armhf
See #360
2020-10-16 14:30:12 -05:00
..
armhf This should be a working buildx script, as well as a mongodb workaround for armhf 2020-10-16 14:30:12 -05:00
README.md Add pre_build dependency system to move towards #360 2020-10-16 13:42:05 -05:00

README.md

This folder is for adding build scripts for various architectures to apply quick fixes for building on other architectures.

To use you would create a subfolder (ie armhf, amd64, arm64) then place an appropriate shell script in that folder to build.

This directory was added to enable satisfying dependencies that aren't automatically satisfied by the distro (for ex: mongodb on armhf)