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