forked from massivebox/ecodash
Update build process
This commit is contained in:
parent
d28efaf60d
commit
2b2f7b1556
|
@ -14,7 +14,8 @@ pipeline:
|
|||
build:
|
||||
image: golang
|
||||
commands:
|
||||
- go get ecodash
|
||||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
|
||||
- golangci-lint run
|
||||
- go build -o ecodash-x86
|
||||
- env GOOS=linux GOARCH=arm go build -o ecodash-arm
|
||||
|
||||
|
|
Loading…
Reference in a new issue