mirror of
https://github.com/containers/skopeo.git
synced 2025-06-27 15:18:00 +00:00
docs: make sure that CGO_ENABLED='1'
Signed-off-by: Miltiadis Kallianis <miltiadis.kallianis@klarrio.com> Signed-off-by: Miltiadis Kallianis <miltiadis.kallianis@asml.com>
This commit is contained in:
parent
40e7bcadc4
commit
439dd5f403
@ -122,6 +122,14 @@ Skopeo has not yet been packaged for Windows. There is an [open feature
|
|||||||
request](https://github.com/containers/skopeo/issues/715) and contributions are
|
request](https://github.com/containers/skopeo/issues/715) and contributions are
|
||||||
always welcome.
|
always welcome.
|
||||||
|
|
||||||
|
## GO ENV settings
|
||||||
|
|
||||||
|
In order for the system libraries to get compiled during the build process make sure that ```CGO_ENABLED='1'```.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go env -w CGO_ENABLED='1'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Container Images
|
## Container Images
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user