mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 02:24:05 +00:00
Updated config.yml
This commit is contained in:
parent
e51563c066
commit
320401cfd4
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
|
||||
|
||||
- run: make pre # pull and build dependencies for the project
|
||||
- run: go get github.com/mitchellh/gox
|
||||
- run: go get github.com/tcnksm/ghr
|
||||
- run: go install github.com/mitchellh/gox@latest
|
||||
- run: go install github.com/tcnksm/ghr@latest
|
||||
|
||||
- run: gox -os="linux darwin windows" -arch="amd64" -ldflags "-X main.Version=$BUILD_VERSION -X main.BuildDate=$BUILD_DATE" -output "dist/muraena_{{.OS}}_{{.Arch}}"
|
||||
- run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue