remove unnecessary parts, add arm32v5, allow using different dir+image

This commit is contained in:
john30
2021-02-07 14:40:13 +01:00
parent 19072c4249
commit 333f929015
14 changed files with 124 additions and 55 deletions
+1 -4
View File
@@ -9,15 +9,12 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build
ENV EBUSD_VERSION 21.1
ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.1
RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
ARG UPLOAD_URL
ARG UPLOAD_CREDENTIALS
ARG UPLOAD_ONLY