diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ecd4117..6eaa959 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: with: context: . file: Dockerfile - platforms: linux/arm64 + platforms: linux/amd64 push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest - name: Deploy to Coolify