From fbb5dbfcde35185976acda4e065f862983959ae4 Mon Sep 17 00:00:00 2001 From: log101 Date: Sat, 1 Mar 2025 12:35:28 +0300 Subject: [PATCH] ci: add platform to build step --- .gitea/workflows/static-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/static-deploy.yml b/.gitea/workflows/static-deploy.yml index aa3e682..e23e6cd 100644 --- a/.gitea/workflows/static-deploy.yml +++ b/.gitea/workflows/static-deploy.yml @@ -40,6 +40,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . + platforms: linux/amd64 # Explicitly specify target architecture push: ${{ gitea.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.TAG }} # Add build caching for faster builds