Skip to content

Statically link Haven binary and zip artifacts to preserve executable flag

Bart Jeukendrup requested to merge fix/213-haven-cli-builds into master
  • Link builds statically CGO_ENABLED=0
  • Turn off DWARF debug information -ldflags '-w'
  • Turns off generation of the Go symbol table -ldflags '-s'
  • Zip artifacts to preserve executable flag
  • Use Gitlab CI output sections
Edited by Bart Jeukendrup

Merge request reports