Skip to content

Commit ef77f55

Browse files
authored
Merge pull request #1110 from supertokens/backport/ci_publish_dev_docker
ci: build images for arm as well
2 parents c412e65 + ef9e1ac commit ef77f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)