Merge pull request #665 from AdrienKuhn/update-automatic-arm-builds

Fix builds on ARM arch but keeping ARM cross builds.
This commit is contained in:
Kristian Haugene
2018-12-17 20:07:18 +01:00
committed by GitHub
8 changed files with 188 additions and 31 deletions

View File

@@ -1,8 +1,6 @@
FROM resin/rpi-raspbian:stretch
MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ]
VOLUME /data
VOLUME /config
@@ -129,5 +127,3 @@ ENV OPENVPN_USERNAME=**None** \
# Expose port and run
EXPOSE 9091
CMD ["dumb-init", "/etc/openvpn/start.sh"]
RUN [ "cross-build-end" ]