mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 11:58:55 +00:00
Reduce the binary a bit by removing debug symbols from the binary
This commit is contained in:
parent
07140b16ef
commit
be360d6475
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ go-mod-tidy:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- go build
|
||||
- go build -ldflags "-s -w"
|
||||
- echo "ARTIFACT_URL=${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/file/fediresolve" >> variables.env
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue