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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_TAG }}
|
tags: ${{ env.DOCKER_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user