From f5bf08d30a2638c61aba3654d3846fe228eeec52 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Wed, 23 Oct 2024 15:46:21 +0200 Subject: [PATCH] DO NOT MERGE: switch off matrix cases for testing --- .github/workflows/reproducible-builds.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/reproducible-builds.yml b/.github/workflows/reproducible-builds.yml index 14ee2d18aa2..5e6ecc10472 100644 --- a/.github/workflows/reproducible-builds.yml +++ b/.github/workflows/reproducible-builds.yml @@ -20,14 +20,14 @@ jobs: fail-fast: false matrix: target: - - "cli_enterprise_darwin_amd64" - - "cli_enterprise_darwin_arm64" + # - "cli_enterprise_darwin_amd64" + # - "cli_enterprise_darwin_arm64" - "cli_enterprise_linux_amd64" - - "cli_enterprise_linux_arm64" - - "cli_enterprise_windows_amd64" + # - "cli_enterprise_linux_arm64" + # - "cli_enterprise_windows_amd64" runner: - "ubuntu-22.04" - - "ubuntu-20.04" + # - "ubuntu-20.04" deps: - conventional - eccentric @@ -102,6 +102,7 @@ jobs: bazel_target: "//image/system:${{ matrix.target }}" binary: "osimage-${{ matrix.target }}-${{ matrix.runner }}" runs-on: ${{ matrix.runner }} + if: false steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -147,11 +148,11 @@ jobs: fail-fast: false matrix: target: - - "cli_enterprise_darwin_amd64" - - "cli_enterprise_darwin_arm64" + # - "cli_enterprise_darwin_amd64" + # - "cli_enterprise_darwin_arm64" - "cli_enterprise_linux_amd64" - - "cli_enterprise_linux_arm64" - - "cli_enterprise_windows_amd64" + # - "cli_enterprise_linux_arm64" + # - "cli_enterprise_windows_amd64" runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -187,6 +188,7 @@ jobs: - "qemu_qemu-vtpm_debug" - "gcp_gcp-sev-snp_nightly" runs-on: ubuntu-24.04 + if: false steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: