Уменьшен размер бинарного файла финального выпуска.
All checks were successful
drawio-export/pipeline/head This commit looks good
drawio-export/pipeline/tag This commit looks good

This commit is contained in:
Алексей Бадяев 2023-04-13 15:53:34 +07:00
parent 5dd747f99c
commit 1270932959
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -112,7 +112,7 @@ pipeline {
environment {
OUTDIR = 'dist'
DIST_TAG = 'empty'
GO_OPT = ' '
GO_OPT = '-ldflags "-w"'
}
steps {
echo "***** RELEASE ${PROJECT_NAME} for Linux *****"