From cb5dba32e28b3cd96801b359cee678b7f2737156 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Mon, 8 Jul 2024 16:17:04 +0200
Subject: [PATCH] Add platforms information to release notes

---
 .gitlab/release-notes.md.template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template
index b61044f..bdf306f 100644
--- a/.gitlab/release-notes.md.template
+++ b/.gitlab/release-notes.md.template
@@ -33,6 +33,11 @@ This release deployed the following `gitlab-opentofu` images:
 
 $AVAILABLE_IMAGES
 
+The images are available for the following platforms:
+
+- `linux/amd64`
+- `linux/arm64`
+
 > **Note:**
 >
 > When using the component with the inputs `version` and `opentofu_version`,<br>
-- 
GitLab