mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Add BSDs to supported platforms
This commit is contained in:
parent
b18d35f267
commit
94f571d629
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ build:
|
|||
code: |
|
||||
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
|
||||
- tcnksm/gox:
|
||||
os: "darwin linux"
|
||||
os: "darwin linux freebsd netbsd openbsd"
|
||||
arch: "386 amd64"
|
||||
- yudai/targz:
|
||||
input: $WERCKER_OUTPUT_DIR/pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue