Skip to content

Commit 2e04f42

Browse files
committed
ci: do not test mingw on alpine
1 parent 6ecab5e commit 2e04f42

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
@@ -432,7 +432,7 @@ jobs:
432432
readme-filepath: ./README_DOCKER.md
433433

434434
- name: Test Mingw
435-
if: ${{ !contains(github.event.head_commit.message, '[skip test]') && matrix.container.distro != 'fedora' && !(matrix.container.distro == 'alpine' && matrix.platform == 'linux/arm64') }}
435+
if: ${{ !contains(github.event.head_commit.message, '[skip test]') && matrix.container.distro != 'fedora' && matrix.container.distro != 'alpine' }}
436436
uses: docker/build-push-action@v6
437437
with:
438438
context: .

0 commit comments

Comments
 (0)