Try test s390x platform Docker images in MacOS on CI

This commit is contained in:
tyranron 2023-10-05 13:47:31 +03:00
parent 66bea108a1
commit e7c1551de1
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
2 changed files with 8 additions and 4 deletions

View File

@ -95,12 +95,16 @@ jobs:
- i386
- ppc64le
- s390x
runs-on: ubuntu-latest
runs-on: ${{ (matrix.dist == 'alpine' && matrix.arch == 's390x' && 'macos')
|| '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
with:
image: tonistiigi/binfmt:qemu-v6.1.0
- run: make npm.install
working-directory: docker/coturn/

View File

@ -4,7 +4,7 @@ Coturn TURN server Docker image changelog
## [4.6.2-r5] · 2023-10-04
## [4.6.2-r5] · 2023-10-05
[4.6.2-r5]: /../../tree/docker/4.6.2-r5
### Security updated