Add platform to versioned builds

This commit is contained in:
Juan Calderon-Perez 2023-03-25 19:18:10 -04:00 committed by GitHub
parent bbf5b04a95
commit 633dec89af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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