add arm support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-03-20 22:51:09 +01:00
parent 05883a69c1
commit fb1a004ad8
2 changed files with 23 additions and 17 deletions

View File

@@ -1,6 +1,10 @@
FROM alpine:edge
ARG BUILD_ARCH
FROM ${BUILD_ARCH}/alpine:edge
MAINTAINER Samuel Warkentin <sam@sam-services.de>
ARG ARCH=arm64
RUN apk --update add openjdk8-jre ffmpeg supervisor
ENV VERSION=6.1.5