From e92691967250702e19ce5cbbbf8815431ead51c8 Mon Sep 17 00:00:00 2001 From: Nicolas Gruel Date: Mon, 6 May 2024 16:08:00 +0200 Subject: [PATCH] wip --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebf44bd6..b895fbe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,10 +71,10 @@ jobs: VERSION: ${{ needs.versionning.outputs.version }} strategy: fail-fast: true - matrix: - platform: - - linux/amd64 - - linux/arm64 + # matrix: + # platform: + # - linux/amd64 + # - linux/arm64 steps: - name: Prepare run: |