Reducing binary size in the build #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
-s -w
forgo 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.
could use this for our github mirror too
https://github.com/goreleaser/goreleaser
We'll use
goreleaser
most likely, consolidating to coop-cloud/go-abra#53.