direktiv / vorteil

turn your applications and containers into micro virtual machines
https://direktiv.io
Apache License 2.0
174 stars 13 forks source link

Add CGO_ENABLED=0 to 'go build' steps in .travis.yml #116

Closed jamesjmurtagh closed 3 years ago

jamesjmurtagh commented 3 years ago

Signed-off-by: James Murtagh jamesjmurtagh@outlook.com

Description

Build static binaries by setting the value of CGO_ENABLED to 0

Purpose

How was this tested? (if applicable)

Compiled on a Mac and Linux host without issues (linux built Windows executable, too).