root: remove arm/v7
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
a957e1fc45
commit
dad8547212
|
@ -234,8 +234,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
|
||||||
- 'linux/arm/v7'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|
|
@ -42,8 +42,6 @@ jobs:
|
||||||
- ldap
|
- ldap
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
# - 'linux/arm64'
|
|
||||||
# - 'linux/arm/v7'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
- 'linux/arm64'
|
||||||
- 'linux/arm/v7'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
@ -63,7 +62,6 @@ jobs:
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
- 'linux/arm64'
|
||||||
- 'linux/arm/v7'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
|
|
@ -58,11 +58,11 @@ ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
curl ca-certificates gnupg git runit rustc cargo libpq-dev \
|
curl ca-certificates gnupg git runit libpq-dev \
|
||||||
postgresql-client build-essential libxmlsec1-dev \
|
postgresql-client build-essential libxmlsec1-dev \
|
||||||
pkg-config libmaxminddb0 libffi7 libffi-dev zlib1g-dev && \
|
pkg-config libmaxminddb0 && \
|
||||||
pip install -r /requirements.txt --no-cache-dir && \
|
pip install -r /requirements.txt --no-cache-dir && \
|
||||||
apt-get remove --purge -y build-essential git rustc cargo && \
|
apt-get remove --purge -y build-essential git && \
|
||||||
apt-get autoremove --purge -y && \
|
apt-get autoremove --purge -y && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
|
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
|
||||||
|
|
Reference in New Issue