Skip to content

Commit 466c891

Browse files
authored
chore: add arm support in docker build (hexclave#633)
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Add ARM support to Docker build in GitHub Actions workflow by including `linux/arm64` platform. > > - **GitHub Actions**: > - Add ARM support to Docker build in `.github/workflows/docker-server-build.yaml` by including `linux/arm64` in `platforms` parameter of `docker/build-push-action`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup> for 10630c4. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 133de58 commit 466c891

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-server-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ jobs:
6262
context: .
6363
file: ./docker/server/Dockerfile
6464
push: ${{ steps.push-condition.outputs.should_push }}
65+
platforms: linux/amd64,linux/arm64
6566
tags: ${{ steps.meta.outputs.tags }}
6667
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)