Skip to content

Commit

Permalink
Build Khoj cloud docker image for arm64 architecture too
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Sep 10, 2024
1 parent b62445f commit 000d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
context: .
file: prod.Dockerfile
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository }}-cloud:${{ env.DOCKER_IMAGE_TAG }}
Expand Down

0 comments on commit 000d28d

Please sign in to comment.