mirror of
https://github.com/docling-project/docling-serve.git
synced 2026-04-26 11:25:37 +00:00
Add support for arm64 architecture for cpu only image
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
This commit is contained in:
2
.github/workflows/images-dryrun.yml
vendored
2
.github/workflows/images-dryrun.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
push: false
|
||||
tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
|
||||
labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64, linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
file: Containerfile
|
||||
|
||||
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
|
||||
labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64, linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
file: Containerfile
|
||||
|
||||
Reference in New Issue
Block a user