changes build container to use correct package manager to install upx
This commit is contained in:
parent
e5966eb030
commit
9eaa88b309
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -86,8 +86,7 @@ sonar.go.coverage.reportPaths=cover.out
|
||||
stage("Build tplinkcmd") {
|
||||
container("golang") {
|
||||
sh """
|
||||
apt-get update
|
||||
apt-get install upx -y
|
||||
apk add --no-cache upx
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user