mirror of
https://github.com/stashapp/stash.git
synced 2025-12-11 10:54:14 +01:00
Change cross compiler to fixed version (#794)
* Change cross compiler to fixed version * Update compiler version in travis
This commit is contained in:
parent
2638a9d5e1
commit
19d1d30946
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ script:
|
|||
#- make lint
|
||||
- make fmt-check vet it
|
||||
after_success:
|
||||
- docker pull stashapp/compiler:develop
|
||||
- docker pull stashapp/compiler:3
|
||||
- sh ./scripts/cross-compile.sh
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then sh ./scripts/upload-pull-request.sh; fi'
|
||||
before_deploy:
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ LINUX_ARM32v6="echo '=== Building Linux (armv6 | Raspberry Pi 1) binary ==='; $S
|
|||
|
||||
COMMAND="$SETUP $WINDOWS $DARWIN $LINUX_AMD64 $LINUX_ARM64v8 $LINUX_ARM32v7 $LINUX_ARM32v6 echo '=== Build complete ==='"
|
||||
|
||||
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/compiler:develop /bin/bash -c "$COMMAND"
|
||||
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/compiler:3 /bin/bash -c "$COMMAND"
|
||||
|
|
|
|||
Loading…
Reference in a new issue