stash/docker/compiler
kermieisinthehouse f80a5e3222
Docker+Build optimizations (#1833)
* Docker CI builds: half the size, less than half the build time
* Add an "Official Build" Designator
* Fix .git constantly invalidating build cache, use distro ffmpeg
* Fix official build detection, add some compiler image docs

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-10-22 13:14:08 +11:00
..
.gitignore CI Improvements 2019-03-05 13:14:00 -08:00
Dockerfile Docker+Build optimizations (#1833) 2021-10-22 13:14:08 +11:00
Makefile Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
README.md Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00

Modified from https://github.com/bep/dockerfiles/tree/master/ci-goreleaser

When the dockerfile is changed, the version number should be incremented in the Makefile and the new version tag should be pushed to docker hub. The scripts/cross-compile.sh script should also be updated to use the new version number tag, and .travis.yml needs to be updated to pull the correct image tag.

A MacOS univeral binary can be created using lipo -create -output stash-osx-universal stash-osx stash-osx-applesilicon, available in the image.