From ae487139fda3d8ee0fcb9f2a3628f611cb745792 Mon Sep 17 00:00:00 2001 From: TGRZiminiar <82890761+TGRZiminiar@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:46:21 +0700 Subject: [PATCH] Update build.yaml on change platforms to aarch64 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6eaa959..6dd17d0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: with: context: . file: Dockerfile - platforms: linux/amd64 + platforms: linux/aarch64 push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest - name: Deploy to Coolify