thatisuday / go-cross-build

GitHub Action to build Go (Golang) modules.
https://itnext.io/how-to-set-up-github-workflows-and-create-github-actions-using-docker-3a5ba7ec0988
35 stars 28 forks source link

reduce binary size #2

Closed septs closed 3 years ago

septs commented 3 years ago

add a reduce binary size options

  1. set -ldflags "-s -w" build options.

  2. build after use upx compress compiled binary.