Update build process

This commit is contained in:
Daniil Gentili 2023-05-01 20:05:30 +02:00
parent d28efaf60d
commit 2b2f7b1556
Signed by untrusted user: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 2 additions and 1 deletions

View File

@ -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