Refactoring + bugfixes #1

Merged
massivebox merged 9 commits from danog/ecodash:master into master 2023-05-01 18:43:34 +00:00
Showing only changes of commit f68e3d4098 - Show all commits

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