From 4432e5193701476a85fe056a9acd5b637de1755a Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Wed, 12 Nov 2025 14:41:40 -0300 Subject: [PATCH] chore(ci): fix wrong architecture when build image for tests on forks --- .github/workflows/ci-test-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index 893f1750aa3..828a50aaa40 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -147,6 +147,7 @@ jobs: CR_PAT: ${{ secrets.CR_PAT }} # the same reason we need to rebuild the docker image at this point is the reason we dont want to publish it publish-image: false + arch: amd64 service: 'rocketchat' type: 'coverage'