Skip to content

Commit 549ecd8

Browse files
Merge pull request #676 from EvolutionAPI/DavidsonGomes-patch-2
Update publish_docker_image_v2.yml
2 parents 418ca97 + 5c6b70f commit 549ecd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish_docker_image_v2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
id: docker_build
4040
uses: docker/build-push-action@v5
4141
with:
42-
# platforms: linux/amd64,linux/arm64
43-
platforms: linux/amd64
42+
platforms: linux/amd64,linux/arm64
4443
push: true
4544
tags: ${{ steps.meta.outputs.tags }}
4645
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)