mirror of
https://github.com/stashapp/stash.git
synced 2025-12-13 20:03:02 +01:00
* Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage * Bump to 1.17 from 1.16 * Bump packr version, provide needed legacy env var * Add apple silicon support, fix macos build chain * Update unused travis ci
5 lines
No EOL
532 B
Markdown
5 lines
No EOL
532 B
Markdown
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. |