tree: 96ab0f44ebf9f051445206f00a3eb272b6258b62 [path history] [tgz]
  1. httpd.bin
  2. httpd.go
  3. README.md
octavia_tempest_plugin/contrib/httpd/README.md

To build a statically linked binary for httpd on Ubuntu (can run anywhere):

sudo apt-get install -y golang
go build -ldflags "-s -w -linkmode external -extldflags -static" -o httpd.bin httpd.go