Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit 4a48322

Browse files
author
icepuma
committed
[chore] add os and architecture to the release
1 parent a0eca46 commit 4a48322

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ before_install:
77
- go get github.com/tools/godep
88
script:
99
- go install
10-
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o goat .
10+
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o goat-linux-amd64 .
1111
deploy:
1212
provider: releases
1313
api_key: $GITHUB_TOKEN
14-
file: goat
14+
file:
15+
- goat-linux-amd64
1516
skip_cleanup: true
1617
on:
1718
tags: true
18-
19+

0 commit comments

Comments
 (0)