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 5ec00ba commit 11cecdeCopy full SHA for 11cecde
.github/workflows/php5-release.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
context: php/5.6.40
34
file: php/5.6.40/Dockerfile
35
- platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
+ platforms: linux/amd64
36
push: true
37
tags: |
38
1panel/php:${{ github.event.inputs.php56Version }}-fpm
php/5.6.40/Dockerfile
@@ -86,6 +86,7 @@ COPY ./data/curl-8.4.0.tar.gz /tmp/curl-8.4.0.tar.gz
86
COPY ./data/openssl-1.0.2u.tar.gz /tmp/openssl-1.0.2u.tar.gz
87
COPY ./data/docker-php-source /usr/local/bin/
88
COPY ./data/docker-php-ext-* /usr/local/bin/
89
+RUN chmod +x /usr/local/bin/docker-php-source /usr/local/bin/docker-php-ext-*
90
91
ENV OPENSSL_PREFIX=/usr/local/openssl
92
ENV CURL_PREFIX=/usr/local/curl
0 commit comments