Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34a74c3

Browse filesBrowse files
authored
Revert "Add arm64 platforms for docker image release"
1 parent 6e42996 commit 34a74c3
Copy full SHA for 34a74c3

File tree

Expand file treeCollapse file tree

2 files changed

+6
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-7
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.