Skip to content

Commit d4847c8

Browse files
committed
updated development guide with local development instructions
1 parent 7e2aba1 commit d4847c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEVELOPMENT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ GITHUB_TOKEN=**** TAG_NAME=v1.0.0 make -f .ci/Makefile draft-release
3131
make -f .ci/Makefile help
3232
```
3333

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+
3440
### Local development with direct calls to cmake inside docker container
3541
\
3642
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
4854

4955
```
5056

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-
5757
To generate the packages then you can use the `packaging/Dockerfile`, see the below commands:
5858

5959
| :warning: :construction: **WARNING: The packaging stage is still in development!** |

0 commit comments

Comments
 (0)