mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 09:36:36 +00:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static" -s' hello.go
|