removes upx
This commit is contained in:
parent
cb247eb542
commit
e3beaa7f0d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -56,9 +56,8 @@ spec:
|
||||
container("compile") {
|
||||
sh """
|
||||
apt update
|
||||
apt install --no-install-recommends libusb-1.0-0-dev gcc g++ upx-ucl
|
||||
apt install --no-install-recommends libusb-1.0-0-dev gcc g++
|
||||
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
|
||||
upx --brute go-temper
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user