Try test s390x platform Docker images in MacOS on CI
This commit is contained in:
parent
66bea108a1
commit
e7c1551de1
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -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/
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user