File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed
Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ target "build-php" {
2020 target = " build-environment"
2121 tags = [" bref/build-php-${ PHP_VERSION } " ]
2222 args = {
23- " CPU" = " ${ CPU } "
2423 " IMAGE_VERSION_SUFFIX" = " ${ IMAGE_VERSION_SUFFIX } "
2524 }
2625 platforms = [" ${ DOCKER_PLATFORM } " ]
@@ -31,7 +30,6 @@ target "php" {
3130 target = " function"
3231 tags = [" bref/php-${ PHP_VERSION } " ]
3332 args = {
34- " CPU" = " ${ CPU } "
3533 " IMAGE_VERSION_SUFFIX" = " ${ IMAGE_VERSION_SUFFIX } "
3634 }
3735 contexts = {
@@ -45,7 +43,6 @@ target "php-fpm" {
4543 target = " fpm"
4644 tags = [" bref/php-${ PHP_VERSION } -fpm" ]
4745 args = {
48- " CPU" = " ${ CPU } "
4946 " IMAGE_VERSION_SUFFIX" = " ${ IMAGE_VERSION_SUFFIX } "
5047 }
5148 contexts = {
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.4
22
3- # Can be "x86" or "arm"
4- ARG CPU
53# Can be "x86_64" or "arm64"
64ARG IMAGE_VERSION_SUFFIX
75
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.4
22
3- # Can be "x86" or "arm"
4- ARG CPU
53# Can be "x86_64" or "arm64"
64ARG IMAGE_VERSION_SUFFIX
75
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.4
22
3- # Can be "x86" or "arm"
4- ARG CPU
53# Can be "x86_64" or "arm64"
64ARG IMAGE_VERSION_SUFFIX
75
You can’t perform that action at this time.
0 commit comments