From 188b25d7a3e49b537d7e31d0f314a86396fd9269 Mon Sep 17 00:00:00 2001 From: C85297 <95289555+C85297@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:37:44 +0000 Subject: [PATCH] Build for ARM on pull requests --- .github/workflows/pull_requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 4cb409503..7731970af 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -47,7 +47,7 @@ jobs: with: # Not being uploaded to any registry, use a simple name to allow Buildah to build correctly. image: cyberchef - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 - name: UI Tests if: success() run: |