Skip to content

Commit

Permalink
docs: make sure that CGO_ENABLED='1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miltiadis-kallianis-klarrio committed Feb 15, 2024
1 parent de7e8db commit c492728
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down

0 comments on commit c492728

Please sign in to comment.