Merge pull request #1936 from kolyshkin/netgo
BUILDING.md: add netgo for static build
This commit is contained in:
		| @@ -84,7 +84,7 @@ You can build static binaries by providing a few variables to `make`: | ||||
| ```sudo | ||||
| make EXTRA_FLAGS="-buildmode pie" \ | ||||
| 	EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' \ | ||||
| 	BUILDTAGS="static_build" | ||||
| 	BUILDTAGS="static_build netgo" | ||||
| ``` | ||||
|  | ||||
| > *Note*: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kenfe-Mickaël Laventure
					Kenfe-Mickaël Laventure