From 901948f97fd2b0b27c778437f1e787d14a76992c Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 29 Jun 2017 21:48:38 +0200 Subject: [PATCH] Add other distros --- .pkgr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pkgr.yml b/.pkgr.yml index 8873e36..9f3e0e9 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -7,5 +7,10 @@ before: - echo '0 * * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron targets: ubuntu-16.04: true + ubuntu-14.04: true + debian-7: true + debian-8: true + centos-7: true + sles-12: true crons: - packaging/docker-gc-cron