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:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user