We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea04a commit 2541affCopy full SHA for 2541aff
.github/workflows/default.yml
@@ -87,7 +87,9 @@ jobs:
87
builder: ${{ steps.buildx.outputs.name }}
88
context: ./src
89
file: ./src/Dockerfile
90
- build-args: CLI_VERSION=php${{ matrix.version }}
+ build-args:
91
+ - CLI_VERSION=php${{ matrix.version }}
92
+ - INSTALL_SQLITE=${{ matrix.version == "8.3" }}
93
platforms: linux/amd64,linux/arm64
94
push: ${{ github.event_name != 'pull_request' }}
95
tags: ${{ steps.prep.outputs.tags }}
0 commit comments