From b8c02e4fc9dd8918770a9c8cf542e9f502368c73 Mon Sep 17 00:00:00 2001
From: Dom <peluso.dominick@gmail.com>
Date: Thu, 28 Mar 2024 09:48:05 -0400
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index df71c1e..c94c390 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,8 +6,8 @@ on:
     # don't trigger if just updating docs
     paths-ignore:
       - "**.md"
-  pull_request:
-    branches: [ "main", "test" ]
+  # pull_request:
+  #   branches: [ "main", "test" ]
 
 env:
   REGISTRY: ghcr.io
@@ -39,7 +39,7 @@ jobs:
       with:
         context: ./go
         push: true
-        platforms: linux/arm64
+        platforms: linux/amd64,linux/arm64
         tags: ${{ steps.meta-go.outputs.tags }}
         labels: ${{ steps.meta-go.outputs.labels }}
     # Python image