Skip to content

Commit 6fb868e

Browse files
committed
ci: fix publishing arm64 images
1 parent ef77f55 commit 6fb868e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "**"
66
jobs:
77
docker:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04-arm
99
steps:
1010
- name: set tag
1111
id: set_tag
@@ -38,6 +38,5 @@ jobs:
3838
uses: docker/build-push-action@v6
3939
with:
4040
push: true
41-
platforms: linux/amd64,linux/arm64
4241
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ steps.set_tag.outputs.TAG }}
4342
file: .github/helpers/Dockerfile

0 commit comments

Comments
 (0)