Skip to content

Commit a0ce1c9

Browse files
authored
Update CONTRIBUTING.md
1 parent 339c230 commit a0ce1c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ This project is mainly written in Golang. To contribute code,
2323
8. 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

0 commit comments

Comments
 (0)