mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Build Khoj cloud docker image for arm64 architecture too
This commit is contained in:
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: prod.Dockerfile
|
file: prod.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64, linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}-cloud:${{ env.DOCKER_IMAGE_TAG }}
|
ghcr.io/${{ github.repository }}-cloud:${{ env.DOCKER_IMAGE_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user