We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679f8b4 commit 03c9696Copy full SHA for 03c9696
common/publish/Makefile
@@ -3,7 +3,7 @@ publish-by-type:
3
# Add executable permission to the publish script
4
chmod +x ./publish.sh
5
6
- LAYER_NAME=${CPU}-${PHP_VERSION}-${TYPE} $(MAKE) -j7 parallel-publish
+ LAYER_NAME=${CPU}-${PHP_VERSION}-${TYPE} $(MAKE) -j5 parallel-publish
7
8
##########################################################################################
9
0 commit comments