mirror of https://github.com/k3s-io/k3s
7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
go build --ldflags '-extldflags "-static" -s' pause.go
|