From 6b82cce1bd2c5d2c20566749a7229a538552731f Mon Sep 17 00:00:00 2001
From: Michael Eischer <michael.eischer@fau.de>
Date: Fri, 9 Jun 2023 12:46:29 +0200
Subject: [PATCH] add changelog for multiplatform containers

---
 changelog/unreleased/issue-2359 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 changelog/unreleased/issue-2359

diff --git a/changelog/unreleased/issue-2359 b/changelog/unreleased/issue-2359
new file mode 100644
index 000000000..0399a96f1
--- /dev/null
+++ b/changelog/unreleased/issue-2359
@@ -0,0 +1,11 @@
+Enhancement: Provide multi-platform Docker containers
+
+The official Docker containers are now built for the architectures linux/386,
+linux/amd64, linux/arm and linux/arm64.
+
+As an alternative to the Docker Hub, the Docker containers are now also
+available on ghcr.io, the GitHub Container Registry.
+
+https://github.com/restic/restic/issues/2359
+https://github.com/restic/restic/issues/4269
+https://github.com/restic/restic/pull/4364