forked from massivebox/ecodash
Update
This commit is contained in:
parent
8dcc18c4f9
commit
f68e3d4098
|
@ -18,8 +18,8 @@ pipeline:
|
|||
commands:
|
||||
- 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
|
||||
- go build -o ecodash-x86 src/main/main.go
|
||||
- env GOOS=linux GOARCH=arm go build -o ecodash-arm src/main/main.go
|
||||
|
||||
prepare-gitea-release:
|
||||
image: alpine
|
||||
|
|
Loading…
Reference in a new issue