Skip to content

Commit 2deea75

Browse files
committed
ci: fix publishing arm64 images
1 parent 7f8d4ce commit 2deea75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-dev-docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
uses: docker/build-push-action@v6
3939
with:
4040
push: true
41+
platforms: linux/amd64,linux/arm64
4142
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ steps.set_tag.outputs.TAG }}
4243
file: .github/helpers/Dockerfile

0 commit comments

Comments
 (0)