daniel-hutao / Advanced-Kubernetes-Operator

纸质书,2023年1月初出版
45 stars 16 forks source link

【勘误-P60】”4. 编译代码“ #3

Open algobot76 opened 1 year ago

algobot76 commented 1 year ago

原文为

...
GOOS=linux go build -o ./in-cluster .

根据上一步的Dockerfile,应改为

...
GOOS=linux go build -o ./app .
daniel-hutao commented 1 year ago

@algobot76 感谢指出