]> git.openstreetmap.org Git - chef.git/commitdiff
Add source to list of apt architectures to publish
authorTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:44:44 +0000 (18:44 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 6 Aug 2024 17:44:44 +0000 (18:44 +0100)
cookbooks/apt/templates/default/aptly.conf.erb

index e083becc9b019d11327f1d0ce68a1e5731f9445e..157021486281e1a2ad765366ef014b45517d18fc 100644 (file)
@@ -1,4 +1,4 @@
 {
     "rootDir": "/srv/apt.openstreetmap.org",
 {
     "rootDir": "/srv/apt.openstreetmap.org",
-    "architectures": [ "amd64", "arm64" ]
+    "architectures": [ "amd64", "arm64", "source" ]
 }
 }