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

View File

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