From 95b84ca55be954c6fb189efb54116d305d5cf87a 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 09:26:59 +0900 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de30f6d..30eec2b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,6 +142,7 @@ jobs: runner: ubuntu-latest - platform: linux/arm64 runner: ubuntu-24.04-arm64 + tag: [cpu, cuda] steps: - name: Prepare run: | @@ -175,6 +176,7 @@ jobs: platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true + file: docker/${{ matrix.tag }}.Dockerfile - name: Export digest run: |