mirror of
https://github.com/coturn/coturn.git
synced 2025-10-27 04:51:28 +01:00
Try BuildKit QEMU auto-emulation on CI for Docker images
This commit is contained in:
parent
597b36c5a2
commit
a68c57caac
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # for correct image labeling via `git describe --tags`
|
fetch-depth: 0 # for correct image labeling via `git describe --tags`
|
||||||
- uses: docker/setup-qemu-action@v3
|
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Detect correct Git ref for image build
|
- name: Detect correct Git ref for image build
|
||||||
@ -96,10 +95,10 @@ jobs:
|
|||||||
- i386
|
- i386
|
||||||
- ppc64le
|
- ppc64le
|
||||||
- s390x
|
- s390x
|
||||||
runs-on: ${{ (matrix.arch == 's390x' && 'macos') || 'ubuntu' }}-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: docker/setup-qemu-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
- run: make npm.install
|
- run: make npm.install
|
||||||
working-directory: docker/coturn/
|
working-directory: docker/coturn/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user