Add support for linux/arm64 platform

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

View file

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