Skip to content

Commit

Permalink
Merge branch 'docs/udpateInstall' of github.com:miltkall-asml/skopeo …
Browse files Browse the repository at this point in the history
…into docs/udpateInstall
  • Loading branch information
miltkall-asml committed Feb 19, 2024
2 parents 40e7bca + 31ab2a5 commit 96c8ae5
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 96c8ae5

Please sign in to comment.