From d74b3dcb6cbc0eb7599f2497b525fc1b7433fbb8 Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Thu, 11 Apr 2024 11:29:03 -0400 Subject: [PATCH] update platform format Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84723758..8dc9c7d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,10 +15,10 @@ jobs: runs-on : ubuntu-latest strategy: matrix: - K8S_VERSION_FROM_CI : ["v1.24","stable"] - include: - - platform: linux/amd64 - - platform: linux/arm64 + K8S_VERSION_FROM_CI : ["v1.24","stable"] + include: + - platform: linux/amd64 + - platform: linux/arm64 steps: - name : Checkout repository uses : actions/checkout@v4