Skip to content

Commit 5e45d00

Browse files
author
Greg Bowler
committed
wip: inline ini
1 parent 97ac71b commit 5e45d00

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

php-build.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ dockerfile_unique="${dockerfile_unique}-${php_build_version}"
7676
dockerfile="${dockerfile}
7777
ADD ./php-build.ini /usr/local/etc/php/conf.d"
7878

79+
cat > ./php-build.ini<< EOF
80+
;INI settings to set within Github Action's build runner
81+
memory_limit=4G
82+
EOF
83+
7984
# Remove illegal characters and make lowercase:
8085
GITHUB_REPOSITORY="${GITHUB_REPOSITORY,,}"
8186
dockerfile_unique="${dockerfile_unique// /_}"

php-build.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)