Skip to content

Commit

Permalink
Try test s390x platform Docker images in MacOS on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 5, 2023
1 parent 66bea10 commit e7c1551
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion docker/coturn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7c1551

Please sign in to comment.