From 4bf8eaa435328e4731d215e111081c5b8ed416a2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 6 Aug 2024 18:44:44 +0100 Subject: [PATCH] Add source to list of apt architectures to publish --- cookbooks/apt/templates/default/aptly.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/apt/templates/default/aptly.conf.erb b/cookbooks/apt/templates/default/aptly.conf.erb index e083becc9..157021486 100644 --- a/cookbooks/apt/templates/default/aptly.conf.erb +++ b/cookbooks/apt/templates/default/aptly.conf.erb @@ -1,4 +1,4 @@ { "rootDir": "/srv/apt.openstreetmap.org", - "architectures": [ "amd64", "arm64" ] + "architectures": [ "amd64", "arm64", "source" ] } -- 2.39.5