File tree 1 file changed +3
-0
lines changed
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,
23
23
8. Build devspacehelper using below command
24
24
```
25
25
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
26
27
chmod +x ~ /.devspace/devspacehelper/latest/devspacehelper
28
+ chmod +x ~ /.devspace/devspacehelper/latest/devspacehelper-arm64
27
29
```
30
+
28
31
The above command is required to be executed as sometimes you may observe below error,
29
32
```
30
33
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