changes output file name in compile statment
This commit is contained in:
parent
434efeaa9b
commit
35b18b61ea
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -97,7 +97,7 @@ sonar.go.coverage.reportPaths=cover.out
|
|||||||
fi
|
fi
|
||||||
apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig
|
apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig
|
||||||
go install -v ./...
|
go install -v ./...
|
||||||
GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/go-temper
|
GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o go-temper ./cmd/go-temper
|
||||||
upx --lzma go-temper
|
upx --lzma go-temper
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user