From 6954ba8713273ab0b1525b61b23ffbee1e4d8e5f Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:05:56 +0200 Subject: [PATCH] only keep the 32 bit build --- .github/workflows/go.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd3132ad42..5313583bc0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,37 +54,6 @@ jobs: env: GOARCH: 386 - keeper-build-ziren: - name: Keeper - needs: build-386 - runs-on: [self-hosted-ghr, size-l-x64] - strategy: - matrix: - include: - - env: - GOARCH: mipsle - GOOS: linux - GOMIPS: softfloat - tags: "ziren" - - env: - GOARCH: amd64 - GOOS: linux - tags: "example" - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '1.25' - cache: false - - - name: Run tests - run: cd cmd/keeper && go build -tags ${{ matrix.tags }} . - env: ${{ matrix.env }} - test: name: Test needs: lint