diff --git a/Jenkinsfile b/Jenkinsfile index d3be959..6dc794d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,8 +65,8 @@ spec: stage("Build tplinkcmd") { container("compile") { sh """ - apt update - apt install upx -y + apt-get update + apt-get install upx -y go install -v ./... GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/tpstate upx --lzma tplink