Added dockerfile for arm builds

This commit is contained in:
Thomas Boerger 2016-08-26 10:36:59 +02:00
parent 6603f2fa1f
commit 4bef9ab344
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 9 additions and 0 deletions

9
Dockerfile.armhf Normal file
View File

@ -0,0 +1,9 @@
FROM armhfbuild/alpine:3.4
RUN apk update && \
apk add \
ca-certificates && \
rm -rf /var/cache/apk/*
ADD drone-github-release /bin/
ENTRYPOINT ["/bin/drone-github-release"]