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:
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
|
|
|
@ -42,8 +42,6 @@ jobs:
|
|||
- ldap
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
# - 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -14,7 +14,6 @@ jobs:
|
|||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
|
@ -63,7 +62,6 @@ jobs:
|
|||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
|
@ -58,11 +58,11 @@ ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
|
|||
|
||||
RUN apt-get update && \
|
||||
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 \
|
||||
pkg-config libmaxminddb0 libffi7 libffi-dev zlib1g-dev && \
|
||||
pkg-config libmaxminddb0 && \
|
||||
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 clean && \
|
||||
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
|
||||
|
|
Reference in New Issue