]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/templates/default/aptly.conf.erb
Add source to list of apt architectures to publish
[chef.git] / cookbooks / apt / templates / default / aptly.conf.erb
index e083becc9b019d11327f1d0ce68a1e5731f9445e..157021486281e1a2ad765366ef014b45517d18fc 100644 (file)
@@ -1,4 +1,4 @@
 {
     "rootDir": "/srv/apt.openstreetmap.org",
-    "architectures": [ "amd64", "arm64" ]
+    "architectures": [ "amd64", "arm64", "source" ]
 }