File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,11 @@ This project is mainly written in Golang. To contribute code,
23238. Build devspacehelper using below command
2424 ```
2525 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-extldflags=-static" -o ~ /.devspace/devspacehelper/latest/devspacehelper helper/main.go
26+ CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "-extldflags=-static" -o ~ /.devspace/devspacehelper/latest/devspacehelper-arm64 helper/main.go
2627 chmod +x ~ /.devspace/devspacehelper/latest/devspacehelper
28+ chmod +x ~ /.devspace/devspacehelper/latest/devspacehelper-arm64
2729 ```
30+
2831 The above command is required to be executed as sometimes you may observe below error,
2932 ```
3033 start_dev: error setting up proxy commands in container: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "38d5fc79b8a7c63d38ba5f99237d80df186871fa4b43987a83a926628d1c47e1": OCI runtime exec failed: exec failed: unable to start container process: exec /tmp/devspacehelper: text file busy: unknown
You can’t perform that action at this time.
0 commit comments