Skip to content

Commit 7a24e43

Browse files
authored
Merge pull request #565 from jonee/patch-1
Update README.md
2 parents 9d446bb + 303c53a commit 7a24e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwhisk-go-simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You will also need to set up your OpenWhisk account credentials using environmen
2121
## 2. Compile Go Binary
2222

2323
```
24-
$ env GOOS=linux GOARCH=amd64 go build handler.go
24+
$ env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -ldflags '-s -w -extldflags "-static"' handler.go
2525
```
2626

2727
## 3. Deploy

0 commit comments

Comments
 (0)