From 25ebff957dfcd6be0426c696a31dfae3416816f0 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 9 Aug 2018 00:44:06 -0700 Subject: [PATCH 1/2] Update Dockerfile.arm64 [CI SKIP] --- docker/Dockerfile.arm64 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] From 21967017c7bc29884296b2c800c915f36bc49803 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 25 Aug 2018 08:25:53 -0700 Subject: [PATCH 2/2] Update issue_template.md [ci skip] --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -->