From cc664fae2dc87df4f7b3a6180ce2f52dbe4bc787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tuna2134=40=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA?= =?UTF-8?q?=E8=A1=9B=E9=9A=8A?= Date: Mon, 20 Jan 2025 08:43:05 +0900 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 049b86b..117e96d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: platform: - runner: ubuntu-latest target: x86_64 - - runner: ubuntu-24.04-arm + - runner: ubuntu-latest target: aarch64 steps: - uses: actions/checkout@v4 @@ -130,7 +130,7 @@ jobs: args: --non-interactive --skip-existing wheels-*/* push-docker: - runs-on: ubuntu-latest + runs-on: ${{ matrix.platform }} if: "startsWith(github.ref, 'refs/tags/')" permissions: contents: read @@ -138,6 +138,7 @@ jobs: strategy: matrix: tag: [cpu, cuda] + platform: [ubuntu-latest, ubuntu-24.04-arm] steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -158,4 +159,3 @@ jobs: tags: | ghcr.io/${{ github.repository }}:${{ matrix.tag }} file: docker/${{ matrix.tag }}.Dockerfile - platforms: linux/amd64, linux/arm64