From e736443afb94b7c407b19d1dea06232be641453b Mon Sep 17 00:00:00 2001 From: Stevan Koncar Date: Fri, 17 Nov 2023 16:27:31 +0100 Subject: [PATCH] Remove redundant envs for checkout --- .github/workflows/build.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2eead5d2..d9e3745b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,22 +51,18 @@ jobs: platform: - linux/amd64 - linux/arm64 - # - linux/riscv64 +# - linux/riscv64 # no distroless support - linux/ppc64le - linux/s390x - # - linux/386 - no distroless support - # - linux/mips64le - no distroless support - # - linux/mips64 - no distroless support +# - linux/386 # no distroless support +# - linux/mips64le # no distroless support +# - linux/mips64 # no distroless support - linux/arm/v7 - # - linux/arm/v6 - no distroless support +# - linux/arm/v6 # no distroless support timeout-minutes: 30 steps: - name: Check out the repo uses: actions/checkout@v4 - with: - token: ${{ secrets.SHIPA_GITHUB_TOKEN }} - ssh-key: ${{ secrets.SSH_KEY }} - submodules: recursive - name: Docker meta id: meta