ソースを参照

Try BuildKit QEMU auto-emulation on CI for Docker images

tyranron 2 年 前
コミット
a68c57caac
1 ファイル変更2 行追加3 行削除
  1. 2 3
      .github/workflows/docker.yml

+ 2 - 3
.github/workflows/docker.yml

@@ -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/