Skip to content

Commit 871c107

Browse files
committed
Add ZTS flag also in the build-php bake target
1 parent 77d05d8 commit 871c107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-bake.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ target "build-php" {
2727
tags = ["bref/${CPU_PREFIX}build-php-${PHP_VERSION}"]
2828
args = {
2929
"IMAGE_VERSION_SUFFIX" = "${IMAGE_VERSION_SUFFIX}"
30+
"ENABLE_ZTS" = "${ENABLE_ZTS}"
3031
}
3132
platforms = ["${DOCKER_PLATFORM}"]
3233
}

0 commit comments

Comments
 (0)