Skip to content

Commit 227de4e

Browse files
authored
fix: build platform to amd64
1 parent e4a042d commit 227de4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
context: .
2828
file: Dockerfile
29-
platforms: linux/arm64
29+
platforms: linux/amd64
3030
push: true
3131
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
3232
- name: Deploy to Coolify

0 commit comments

Comments
 (0)