Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Sep 20, 2021
1 parent 57f0942 commit 4144cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish: layers
cd layers ; php publish.php

# Build the layers
layers: export/console.zip export/runtime.zip export/php-73.zip export/php-74.zip export/php-80.zip export/php-81.zip export/php-73-fpm.zip export/php-74-fpm.zip export/php-80-fpm.zip export/php-81-fpm.zip
layers: export/console.zip export/php-73.zip export/php-74.zip export/php-80.zip export/php-81.zip export/php-73-runtime.zip export/php-74-runtime.zip export/php-80-runtime.zip export/php-81-runtime.zip export/php-73-fpm.zip export/php-74-fpm.zip export/php-80-fpm.zip export/php-81-fpm.zip

# The PHP runtimes
export/php%.zip: docker-images
Expand All @@ -28,11 +28,6 @@ export/console.zip: layers/console/bootstrap
rm -f export/console.zip
cd layers/console && zip ../../export/console.zip bootstrap breftoolbox.php

# The "Symfony runtime" runtime
export/runtime.zip: layers/sf-runtime/bootstrap
rm -f export/runtime.zip
cd layers/sf-runtime && zip ../../export/runtime.zip bootstrap

# Build Docker images
docker-images:
# Build the base environment (without PHP)
Expand Down
4 changes: 4 additions & 0 deletions runtime/layers/tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
'bref/php-74',
'bref/php-80',
'bref/php-81',
'bref/php-73-runtime',
'bref/php-74-runtime',
'bref/php-80-runtime',
'bref/php-81-runtime',
'bref/php-73-fpm',
'bref/php-74-fpm',
'bref/php-80-fpm',
Expand Down

0 comments on commit 4144cb9

Please sign in to comment.