This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
dddad888b5
k3s
/
build
/
hello-kubernetes
/
prepare.sh
7 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
set
-x
CGO_ENABLED
=
0
go build -a -ldflags
'-extldflags "-static" -s'
hello.go
Reference in New Issue
View Git Blame
Copy Permalink