From 653bd2aa0076d447e17c74f52cb0da4c2a4fda7f Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Mon, 22 Apr 2024 11:34:43 -0400 Subject: [PATCH] remove platform strategy Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a4ae038..94cf5a0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,10 +22,6 @@ on: jobs: build: strategy: - matrix: - include: - - platform: linux/amd64 - - platform: linux/arm64 name : CI runs-on : ubuntu-latest outputs: