install_k8s icon indicating copy to clipboard operation
install_k8s copied to clipboard

静态安装包报错

Open haiya512 opened this issue 2 years ago • 0 comments

centos7 在安装的时候报错:-bash: ./installk8s-20220509: cannot execute binary file

估计是在编译的时候没有添加如下参数 GOOS=linux GOARCH=amd64 go build sayHello.go

haiya512 avatar Feb 15 '23 03:02 haiya512