From b3a967a3fc6c43a0432bd80564e5aad3e0c455bd Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Sun, 17 Nov 2024 23:28:40 +0200 Subject: [PATCH] conan: no arm32 build --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5545cd4..8ec753b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -420,15 +420,13 @@ jobs: if: startsWith(github.ref, 'refs/tags/') ##### conan - linux ##### conan-linux: - # TODO: remove comment - # if: ${{ false }} # disable until libpng is updated strategy: fail-fast: false matrix: include: - {os: debian, codename: bookworm, image_owner: } # - {os: debian, codename: bookworm, image_owner: i386/, labels: [i386,docker]} - - {os: debian, codename: bookworm, image_owner: , labels: [arm32,docker]} + # - {os: debian, codename: bookworm, image_owner: , labels: [arm32,docker]} - {os: debian, codename: bookworm, image_owner: , labels: [arm64,docker]} runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }} container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}