We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8d4ce commit 2deea75Copy full SHA for 2deea75
.github/workflows/publish-dev-docker.yml
@@ -38,5 +38,6 @@ jobs:
38
uses: docker/build-push-action@v6
39
with:
40
push: true
41
+ platforms: linux/amd64,linux/arm64
42
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ steps.set_tag.outputs.TAG }}
43
file: .github/helpers/Dockerfile
0 commit comments