We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecab5e commit 2e04f42Copy full SHA for 2e04f42
.github/workflows/CI.yml
@@ -432,7 +432,7 @@ jobs:
432
readme-filepath: ./README_DOCKER.md
433
434
- 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') }}
+ if: ${{ !contains(github.event.head_commit.message, '[skip test]') && matrix.container.distro != 'fedora' && matrix.container.distro != 'alpine' }}
436
uses: docker/build-push-action@v6
437
with:
438
context: .
0 commit comments