Skip to content

Commit 66f0602

Browse files
rai62adutilleul
authored andcommitted
ci : fix building workflow for linux/arm64 container (ggml-org#2555)
1 parent ec858c8 commit 66f0602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
push: true
48-
platforms: ${{ matrix.config.platforms }}
48+
platforms: ${{ matrix.config.platform }}
4949
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
5050
file: ${{ matrix.config.dockerfile }}
5151

@@ -54,6 +54,6 @@ jobs:
5454
with:
5555
context: .
5656
push: ${{ github.event_name == 'push' }}
57-
platforms: ${{ matrix.config.platforms }}
57+
platforms: ${{ matrix.config.platform }}
5858
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
5959
file: ${{ matrix.config.dockerfile }}

0 commit comments

Comments
 (0)