corrects apt command
This commit is contained in:
parent
cfb53b374e
commit
90caa81998
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user