Skip to content

Commit

Permalink
travis: forgot to update binary list
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Apr 20, 2017
1 parent 0d754ff commit c65ac04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,17 @@ deploy:
skip_cleanup: true
provider: releases
api_key:
secure: xI+WhF9AAg6H3bhBSlwcU0q55ZalgePxqqmAbFm0y0ecjnRsHXLayPwQywueqq3OsoyS8jMGd3QXxfYOrNtjfZMqG3brUnsuZHJ8h+o3rs827Cf4ViRO5InUlutYbGHla0f5KWPDy5PXlBYTy51qSHHfbEqttDqloEEKORkSclvM0tFUn3zeBLGDPyC6rFxisyu26d7r36h5qnxDQG0ZuORDF43ZAxG1v4oSILnuxC5eee+ZDVd4D5NPKOFazWd+DkfH1HfOrJVNhnLjJvzxPVDFTttzmW1+mheqCfmKszCS/3h9SZzWBG/uYjOdvdJvA6pRrG/vltDo8vM9H7NslHm+8nnLujum7xtdTRAjdHFT4PO2Lp+lQB1NmewAhei7N1rKCYkL0ZPgo8sPHwT36nATZzT3BoIdkLPBwdvCM6RMhvCc/n5TKYwcK8I9euDhZGrfe6yeXTS9jSrBgdkH351KxKf8hGXNMrWvTD1Q0YFnf6+J+JYUN6ZQ9xrIIbbG7oWnBliUYc6AsolkT0cgbctCNrnha3P5CHdoHqUKQ68NFIX4QPTg3WLhi8BLOvEzwcIRe86wc02/60gKTTRv3W0xyYfQk22Q+VfWa2uO156OGyNEpenUuM/ZlA8nCXEspHbUK7+2dBsH9DpjomRUgnE+xO8snq1PnsqMACT2S7g=
secure: "xI+WhF9AAg6H3bhBSlwcU0q55ZalgePxqqmAbFm0y0ecjnRsHXLayPwQywueqq3OsoyS8jMGd3QXxfYOrNtjfZMqG3brUnsuZHJ8h+o3rs827Cf4ViRO5InUlutYbGHla0f5KWPDy5PXlBYTy51qSHHfbEqttDqloEEKORkSclvM0tFUn3zeBLGDPyC6rFxisyu26d7r36h5qnxDQG0ZuORDF43ZAxG1v4oSILnuxC5eee+ZDVd4D5NPKOFazWd+DkfH1HfOrJVNhnLjJvzxPVDFTttzmW1+mheqCfmKszCS/3h9SZzWBG/uYjOdvdJvA6pRrG/vltDo8vM9H7NslHm+8nnLujum7xtdTRAjdHFT4PO2Lp+lQB1NmewAhei7N1rKCYkL0ZPgo8sPHwT36nATZzT3BoIdkLPBwdvCM6RMhvCc/n5TKYwcK8I9euDhZGrfe6yeXTS9jSrBgdkH351KxKf8hGXNMrWvTD1Q0YFnf6+J+JYUN6ZQ9xrIIbbG7oWnBliUYc6AsolkT0cgbctCNrnha3P5CHdoHqUKQ68NFIX4QPTg3WLhi8BLOvEzwcIRe86wc02/60gKTTRv3W0xyYfQk22Q+VfWa2uO156OGyNEpenUuM/ZlA8nCXEspHbUK7+2dBsH9DpjomRUgnE+xO8snq1PnsqMACT2S7g="
file:
- checksums.sha256
- temple_darwin_amd64
- temple_freebsd_386
- temple_freebsd_amd64
- temple_freebsd_arm
- temple_linux_386
- temple_linux_amd64
- temple_linux_arm
- temple_linux_ppc64le
- temple_netbsd_386
- temple_netbsd_amd64
- temple_netbsd_arm
- temple_windows_386.exe
- temple_windows_amd64.exe
- "checksums.sha256"
- "temple_darwin_amd64"
- "temple_linux_386"
- "temple_linux_amd64"
- "temple_linux_arm"
- "temple_linux_ppc64"
- "temple_linux_ppc64le"
- "temple_windows_386.exe"
- "temple_windows_amd64.exe"
on:
tags: true
repo: docwhat/temple
3 changes: 3 additions & 0 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ version="$(git describe --tags || echo unreleased)"
ldflags="-s -w -X main.version=${version}"

if [[ "$osarch" == *all* ]]; then
# WARNING! If you update this, you need to update
# .travis.yml as well!
# ./script/build all && \ls -1 temple_* | perl -p -e 's/(.*)/ - "$1"/' | pbcopy
osarches=(
darwin/amd64

Expand Down

0 comments on commit c65ac04

Please sign in to comment.