]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : fix building workflow for linux/arm64 container (#2555)
authorRaiya Araki <redacted>
Fri, 15 Nov 2024 09:07:17 +0000 (18:07 +0900)
committerGitHub <redacted>
Fri, 15 Nov 2024 09:07:17 +0000 (11:07 +0200)
.github/workflows/docker.yml

index 08f6495cd624ccb019b1db85c250e9be134f5c82..82894ac099d7d956ea3ae12c27ded79fb1e8fcb8 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         with:
           context: .
           push: true
-          platforms: ${{ matrix.config.platforms }}
+          platforms: ${{ matrix.config.platform }}
           tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
           file: ${{ matrix.config.dockerfile }}
 
@@ -54,6 +54,6 @@ jobs:
         with:
           context: .
           push: ${{ github.event_name == 'push' }}
-          platforms: ${{ matrix.config.platforms }}
+          platforms: ${{ matrix.config.platform }}
           tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
           file: ${{ matrix.config.dockerfile }}