Reducing binary size in the build #4

Open
opened 2021-07-19 10:30:43 +00:00 by decentral1se · 1 comment
Owner
  • Using -s -w for go build
  • goupx <binary> was great, also there is --brute for max savings (takes ages)

There are probably others! Can do this when we have the builds running.

Saw that http://plugins.drone.io/drone-plugins/drone-gitea-release/ can probably sort our release uploading for us.

- Using `-s -w` for `go build` - `goupx <binary>` was great, also there is `--brute` for max savings (takes ages) There are probably others! Can do this when we have the builds running. Saw that http://plugins.drone.io/drone-plugins/drone-gitea-release/ can probably sort our release uploading for us.
decentral1se added the
build
enhancement
labels 2021-07-20 21:22:24 +00:00
Owner

Saw that http://plugins.drone.io/drone-plugins/drone-gitea-release/ can probably sort our release uploading for us.

could use this for our github mirror too

https://github.com/goreleaser/goreleaser

> Saw that http://plugins.drone.io/drone-plugins/drone-gitea-release/ can probably sort our release uploading for us. could use this for our github mirror too https://github.com/goreleaser/goreleaser
This repo is archived. You cannot comment on issues.
No description provided.