Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openwhisk-go-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You will also need to set up your OpenWhisk account credentials using environmen
## 2. Compile Go Binary

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

## 3. Deploy
Expand Down