From 8a23f7eb364c2855a3d9f780dd961f0a84dcd612 Mon Sep 17 00:00:00 2001 From: Nozim Mehrubonov Date: Sun, 12 Jan 2025 20:42:21 +0000 Subject: [PATCH] optimize workflow --- .github/workflows/build_and_deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 733fc69..9d08e38 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -13,11 +13,6 @@ jobs: name: Build, Compress, and Deploy runs-on: ubuntu-latest - strategy: - matrix: - os: [ linux, windows, darwin ] - arch: [ amd64, arm64 ] # Build for both x86_64 and ARM64 architectures - steps: # Step 1: Checkout the code - name: Checkout Code