Skip to content

Commit 595849d

Browse files
committed
Fix: change docker build to arm64 platform
1 parent 4109a19 commit 595849d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKER_PASSWORD }}
3131

3232
- name: Build Docker image
33-
run: docker build -t devsolfe/server:latest .
33+
run: docker buildx build --platform linux/arm64 -t devsolfe/server:latest .
3434

3535
- name: Push Docker image to Docker Hub
3636
run: docker push devsolfe/server:latest

0 commit comments

Comments
 (0)