whitelist what we know works

If other people use other arch and want their builds to go faster we can
whitelist them too after they have confirmed it works.
main
Florent Daigniere 2 years ago
parent 4d8585a3fe
commit 5137b235e9

@ -45,7 +45,7 @@ RUN set -euxo pipefail \
{ \
machine="$(uname -m)" \
; deps="build-base gcc libffi-dev python3-dev" \
; [[ "${machine}" == armv7 ]] && \
; [[ "${machine}" != x86_64 ]] && \
deps="${deps} cargo git libressl-dev mariadb-connector-c-dev postgresql-dev" \
; apk add --virtual .build-deps ${deps} \
; [[ "${machine}" == armv7 ]] && \

Loading…
Cancel
Save