Skip to content

Commit 8c2ec5e

Browse files
authored
Add support for linux/arm64 platform during Docker Builds (abetlen#514)
* Add support for linux/arm64 platform * Add platform to versioned builds
1 parent b391579 commit 8c2ec5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
context: .
5151
push: true
52+
platforms: linux/amd64,linux/arm64
5253
tags: "ghcr.io/ggerganov/llama.cpp:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
5354
file: ${{ matrix.config.dockerfile }}
5455

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

0 commit comments

Comments
 (0)