aboutsummaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2020-04-25Correct dpkg conditional logicJoshua M. Boniface
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-09Improve dpkg handling in build.shJoshua M. Boniface
2020-03-23Handle single- or triple-part platform namesJoshua M. Boniface
2020-03-23Fix up single-segment platform namesJoshua M. Boniface
2020-03-23Mount the source volume rather than copy itJoshua M. Boniface
Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`).
2020-03-23Don't limit to files (allow symlinks)Joshua M. Boniface
2020-03-23Only support cross-building with DockerJoshua M. Boniface
2020-03-23Only support Docker builds on amd64Joshua M. Boniface
2020-03-22Add new build.sh script and symlinkJoshua M. Boniface