File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 context : .
3030 file : ./Dockerfile
31- platforms : linux/amd64,linux/arm64
31+ platforms : linux/amd64
3232 push : false
3333 tags : |
3434 ${{ steps.docker_meta_ci.outputs.tags }}
@@ -113,7 +113,7 @@ jobs:
113113 with :
114114 context : .
115115 file : ./Dockerfile
116- platforms : linux/amd64,linux/arm64
116+ platforms : linux/amd64
117117 push : ${{ github.event_name != 'pull_request' }}
118118 tags : |
119119 ${{ steps.docker_meta.outputs.tags }}
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ RUN set -x; \
2727 curl \
2828 libzip-dev \
2929 unzip \
30- && arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
31- && wget "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${arch}.deb" \
32- && chmod a+x "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
33- && apt-get install -y "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
34- && rm "./wkhtmltox_0.12.6-1.buster_${arch}.deb" \
30+ && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb \
31+ && chmod a+x ./wkhtmltox_0.12.6-1.buster_amd64.deb \
32+ && apt-get install -y ./wkhtmltox_0.12.6-1.buster_amd64.deb \
33+ && rm ./wkhtmltox_0.12.6-1.buster_amd64.deb \
3534 && docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
3635 && docker-php-ext-configure ldap \
3736 && docker-php-ext-install -j$(nproc) ldap \
You can’t perform that action at this time.
0 commit comments