Skip to content

Commit

Permalink
add pear to build (#108)
Browse files Browse the repository at this point in the history
dont clobber the dockerfile arg for PHP_CONFIG_OPTS, which includes --with-pear. this will allow us to pear package within the build
  • Loading branch information
brettmc authored Nov 9, 2023
1 parent d58cf58 commit 1dbb6ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-php-debug-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
file: docker/Dockerfile.${{ matrix.os }}
build-args: |
PHP_VERSION=${{ env.PHP_VERSION }}
PHP_CONFIG_OPTS=--enable-debug
tags: ghcr.io/open-telemetry/opentelemetry-php-instrumentation/php:${{ matrix.php-version }}-${{ matrix.os }}-debug

0 comments on commit 1dbb6ac

Please sign in to comment.