mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: Enable Docker Buildx multi-arch builds with arm64 support(#5545)
Fixes #2575 multi-arch images with arm64 support CE edition images Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
This commit is contained in:
1
.github/workflows/publish_foss_docker.yml
vendored
1
.github/workflows/publish_foss_docker.yml
vendored
@@ -58,5 +58,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ env.DOCKER_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user