From 2b999e922c7f9836bfb13a66751df56495e5ecfe Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 22 Nov 2021 11:48:41 +0100 Subject: [PATCH] ci: disable arm for ci due to duration Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 4 ++-- .github/workflows/ci-outpost.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 1e89a6c75..3f11163b0 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -234,8 +234,8 @@ jobs: matrix: arch: - 'linux/amd64' - - 'linux/arm64' - - 'linux/arm/v7' + # - 'linux/arm64' + # - 'linux/arm/v7' steps: - uses: actions/checkout@v2 - name: Set up QEMU diff --git a/.github/workflows/ci-outpost.yml b/.github/workflows/ci-outpost.yml index a51565f6e..9b2d5723b 100644 --- a/.github/workflows/ci-outpost.yml +++ b/.github/workflows/ci-outpost.yml @@ -42,8 +42,8 @@ jobs: - ldap arch: - 'linux/amd64' - - 'linux/arm64' - - 'linux/arm/v7' + # - 'linux/arm64' + # - 'linux/arm/v7' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2