diff --git a/CHANGELOG.md b/CHANGELOG.md
index db1ff449..42821dbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.6.3] - 2025-07-28
+## Added
+- Added multiplatform support for beekeeper images. Added amd64 and arm64.
+
## [3.6.2] - 2025-07-23
## Fixed
* Upgrade parent pom to accomodate for new sonatype deployment.
diff --git a/beekeeper-api/pom.xml b/beekeeper-api/pom.xml
index 6e960732..bab33edb 100644
--- a/beekeeper-api/pom.xml
+++ b/beekeeper-api/pom.xml
@@ -83,6 +83,23 @@
com.google.cloud.tools
jib-maven-plugin
+
+
+
+
+ amd64
+ linux
+
+
+ arm64
+ linux
+
+
+
+
+ USE_CURRENT_TIMESTAMP
+
+
diff --git a/beekeeper-metadata-cleanup/pom.xml b/beekeeper-metadata-cleanup/pom.xml
index 869cd058..c0fdbb72 100644
--- a/beekeeper-metadata-cleanup/pom.xml
+++ b/beekeeper-metadata-cleanup/pom.xml
@@ -139,6 +139,23 @@
com.google.cloud.tools
jib-maven-plugin
+
+
+
+
+ amd64
+ linux
+
+
+ arm64
+ linux
+
+
+
+
+ USE_CURRENT_TIMESTAMP
+
+
diff --git a/beekeeper-path-cleanup/pom.xml b/beekeeper-path-cleanup/pom.xml
index 95176aca..9ab84440 100644
--- a/beekeeper-path-cleanup/pom.xml
+++ b/beekeeper-path-cleanup/pom.xml
@@ -119,6 +119,23 @@
com.google.cloud.tools
jib-maven-plugin
+
+
+
+
+ amd64
+ linux
+
+
+ arm64
+ linux
+
+
+
+
+ USE_CURRENT_TIMESTAMP
+
+
diff --git a/beekeeper-scheduler-apiary/pom.xml b/beekeeper-scheduler-apiary/pom.xml
index 538ec0f5..438a1380 100644
--- a/beekeeper-scheduler-apiary/pom.xml
+++ b/beekeeper-scheduler-apiary/pom.xml
@@ -137,6 +137,23 @@
com.google.cloud.tools
jib-maven-plugin
+
+
+
+
+ amd64
+ linux
+
+
+ arm64
+ linux
+
+
+
+
+ USE_CURRENT_TIMESTAMP
+
+
diff --git a/pom.xml b/pom.xml
index 3a25e5aa..384375c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
2.17.2
2.3.7
1.4.2
+ 3.4.4