You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ GITHUB_TOKEN=**** TAG_NAME=v1.0.0 make -f .ci/Makefile draft-release
31
31
make -f .ci/Makefile help
32
32
```
33
33
34
+
35
+
_NOTE_:
36
+
37
+
*`PHP_VERSION` can be set to a different PHP version.
38
+
* For testing of Alpine specific binaries you must run "prepare" task with `DOCKERFILE=Dockerfile.alpine` environment variable set to build proper docker image.
39
+
34
40
### Local development with direct calls to cmake inside docker container
35
41
\
36
42
If you want to make local development easier, you can call build directly via docker commands.\
@@ -48,12 +54,6 @@ docker run -v "/path/to/your/apm-agent-php:/source" -v "/path/to/your/conan:/ho
48
54
49
55
```
50
56
51
-
52
-
_NOTE_:
53
-
54
-
*`PHP_VERSION` can be set to a different PHP version.
55
-
* For testing of Alpine specific binaries you must run "prepare" task with `DOCKERFILE=Dockerfile.alpine` environment variable set to build proper docker image.
56
-
57
57
To generate the packages then you can use the `packaging/Dockerfile`, see the below commands:
58
58
59
59
|:warning::construction:**WARNING: The packaging stage is still in development!**|
0 commit comments