tree: c16c631bb201e6ba6b4db1691c33c04bc8f862e3 [path history] [tgz]
  1. __init__.py
  2. httpd.bin
  3. httpd.go
  4. 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 "-w -linkmode external -extldflags -static" -o httpd.bin httpd.go