Skip to content

Commit 91cb4a6

Browse files
committed
conan: no arm32 build
1 parent 2bd3c7f commit 91cb4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
include:
430430
- {os: debian, codename: bookworm, image_owner: }
431431
# - {os: debian, codename: bookworm, image_owner: i386/, labels: [i386,docker]}
432-
- {os: debian, codename: bookworm, image_owner: , labels: [arm32,docker]}
432+
# - {os: debian, codename: bookworm, image_owner: , labels: [arm32,docker]}
433433
- {os: debian, codename: bookworm, image_owner: , labels: [arm64,docker]}
434434
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
435435
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}

0 commit comments

Comments
 (0)