diff --git a/.github/issue_template.md b/.github/issue_template.md index 862f46b..e69cc9a 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -4,6 +4,6 @@ Bugs or Issues? Due to the high number of false positive issues we receive, please do not create a GitHub issue until you have discussed and verified with community support at: - https://www.reddit.com/r/droneci/ + https://discourse.drone.io --> diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index b8e4bb0..502fb4c 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1 +1,4 @@ -# see https://github.com/docker-library/docker/issues/67 +FROM arm64v8/docker:18.06-dind + +ADD release/linux/arm64/drone-docker /bin/ +ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]