Skip to content
Snippets Groups Projects
Commit 08d37de3 authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

debian: don't build arm64 packages since nginx.org provides them now

parent f836ba88
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ RUN set -x \ ...@@ -30,7 +30,7 @@ RUN set -x \
&& nginxPackages="%%PACKAGES%% && nginxPackages="%%PACKAGES%%
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386|arm64) \
# arches officialy built by upstream # arches officialy built by upstream
echo "deb %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \ echo "deb %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \
&& apt-get update \ && apt-get update \
......
...@@ -41,7 +41,7 @@ RUN set -x \ ...@@ -41,7 +41,7 @@ RUN set -x \
nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386|arm64) \
# arches officialy built by upstream # arches officialy built by upstream
echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \ echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \
&& apt-get update \ && apt-get update \
......
...@@ -40,7 +40,7 @@ RUN set -x \ ...@@ -40,7 +40,7 @@ RUN set -x \
nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386|arm64) \
# arches officialy built by upstream # arches officialy built by upstream
echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \ echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \
&& apt-get update \ && apt-get update \
......
...@@ -41,7 +41,7 @@ RUN set -x \ ...@@ -41,7 +41,7 @@ RUN set -x \
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386|arm64) \
# arches officialy built by upstream # arches officialy built by upstream
echo "deb https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \ echo "deb https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \
&& apt-get update \ && apt-get update \
......
...@@ -40,7 +40,7 @@ RUN set -x \ ...@@ -40,7 +40,7 @@ RUN set -x \
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386|arm64) \
# arches officialy built by upstream # arches officialy built by upstream
echo "deb https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \ echo "deb https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list \
&& apt-get update \ && apt-get update \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment