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 307e4e4 commit b8cbdd8Copy full SHA for b8cbdd8
php-build.bash
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-php_build_version="build2.1.0"
+php_build_version="build2.1.1"
5
6
# Check for required variables:
7
if [ "$#" -lt 1 ]; then
@@ -73,6 +73,9 @@ do
73
done
74
dockerfile_unique="${dockerfile_unique}-${php_build_version}"
75
76
+dockerfile="${dockerfile}
77
+ADD ./php-build.ini /usr/local/etc/php/conf.d"
78
+
79
# Remove illegal characters and make lowercase:
80
GITHUB_REPOSITORY="${GITHUB_REPOSITORY,,}"
81
dockerfile_unique="${dockerfile_unique// /_}"
php-build.ini
@@ -0,0 +1,2 @@
+;INI settings to set within Github Action's build runner
+memory_limit=4G
0 commit comments