Skip to content

Commit

Permalink
Exclude testing alpine Docker image on s390x arch on CI due to QE…
Browse files Browse the repository at this point in the history
…MU emulation problems (coturn#1395, coturn#1390)

Co-authored-by: Kai Ren <[email protected]>
Co-authored-by: Michael Jones <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2024
1 parent 87602ea commit 1683054
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
- i386
- ppc64le
- s390x
runs-on: ${{ (matrix.dist == 'alpine' && matrix.arch == 's390x' && 'macos')
|| 'ubuntu' }}-latest
# TODO: Try remove on new QEMU or Coturn versions.
# Temporarily exclude `alpine` on `s390x` arch, as QEMU emulation
# currently times out and fails the CI.
exclude:
- dist: alpine
arch: s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Docker and Docker Compose
run: |
brew install colima docker
colima start
if: ${{ matrix.dist == 'alpine' && matrix.arch == 's390x' }}
- uses: docker/setup-qemu-action@v3
- run: make npm.install
working-directory: docker/coturn/
Expand Down

0 comments on commit 1683054

Please sign in to comment.