-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: faster Docker multi-platform builds and shrink Go binaries (#498)
* feat(docker): faster multi-platform builds See: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ * feat(make): disable symbol table and DWARF generation by adding -s and -w options to -ldflags See: https://pkg.go.dev/cmd/link
- Loading branch information
1 parent
3adfc85
commit 606b44a
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters