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") {
|
stage("Build tplinkcmd") {
|
||||||
container("compile") {
|
container("compile") {
|
||||||
sh """
|
sh """
|
||||||
apt update
|
apt-get update
|
||||||
apt install upx -y
|
apt-get install upx -y
|
||||||
go install -v ./...
|
go install -v ./...
|
||||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/tpstate
|
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/tpstate
|
||||||
upx --lzma tplink
|
upx --lzma tplink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user