From 4e2625403061fbb0ab7a12d1acc11830d8f8ef38 Mon Sep 17 00:00:00 2001
From: Mandar Patil <mandarons@pm.me>
Date: Tue, 25 Jun 2024 16:47:47 -0700
Subject: [PATCH] Removed linux/386 support (#231)

---
 .github/workflows/official-release-to-docker-hub.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/official-release-to-docker-hub.yml b/.github/workflows/official-release-to-docker-hub.yml
index e6c267e5..8e90adbc 100644
--- a/.github/workflows/official-release-to-docker-hub.yml
+++ b/.github/workflows/official-release-to-docker-hub.yml
@@ -62,7 +62,7 @@ jobs:
             NEW_HEARTBEAT_ENDPOINT=${{ secrets.NEW_HEARTBEAT_ENDPOINT }}
             APP_VERSION=${{ steps.prep.outputs.version }}
           push: true
-          platforms: linux/386,linux/amd64, linux/arm64
+          platforms: linux/amd64, linux/arm64
           tags: ${{ steps.prep.outputs.tags }}
           cache-from: type=local,src=/tmp/.buildx-cache
           cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max