This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new c608614 Update DEPLOY.md (#165)
c608614 is described below
commit c608614666b68b5835f8eefaeb1a47a92c2d1143
Author: Elan Hasson <[email protected]>
AuthorDate: Sun Apr 10 17:12:21 2022 -0400
Update DEPLOY.md (#165)
---
docs/DEPLOY.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md
index 1fa1361..4f928b8 100644
--- a/docs/DEPLOY.md
+++ b/docs/DEPLOY.md
@@ -68,6 +68,7 @@ replace hello => ./hello
Check the example: `package-main` and `module-main` and look for the format of
the `go.mod` files.
<a name="precompile"/>
+
## Precompiling Go Sources Offline
Compiling sources on the image can take some time when the images is
initialized. You can speed up precompiling the sources using the image
`action-golang-v1.N` as an offline compiler. You need `docker` for doing that.