From 1cd8e02448760ee3c5dc8eb7218e5a549582777f Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Tue, 10 Jun 2025 23:03:23 -0400 Subject: [PATCH] Update web-deploy.yml --- .github/workflows/web-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index 475b379..94be229 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -36,7 +36,7 @@ jobs: with: context: . file: ./web/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web - name: Deploy to Coolify