|
@@ -49,6 +49,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
context: .
|
|
context: .
|
|
|
push: true
|
|
push: true
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
|
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
|
|
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
|
|
|
file: ${{ matrix.config.dockerfile }}
|
|
file: ${{ matrix.config.dockerfile }}
|
|
|
|
|
|
|
@@ -57,5 +58,6 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
context: .
|
|
context: .
|
|
|
push: ${{ github.event_name == 'push' }}
|
|
push: ${{ github.event_name == 'push' }}
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
|
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}"
|
|
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}"
|
|
|
file: ${{ matrix.config.dockerfile }}
|
|
file: ${{ matrix.config.dockerfile }}
|