diff --git a/.aptly.conf b/.aptly.conf new file mode 100644 index 0000000..6236591 --- /dev/null +++ b/.aptly.conf @@ -0,0 +1,10 @@ +{ + "architectures": ["amd64", "armhf", "arm64"], + "S3PublishEndpoints": { + "updates.signald.org": { + "region": "sfo2", + "bucket": "updates-signald-org", + "endpoint": "sfo2.digitaloceanspaces.com" + } + } +} \ No newline at end of file