Skip to content

Remove x64 builds from GitHub Actions workflows#26

Closed
Mika3578 with Copilot wants to merge 2 commits into
vs2022from
copilot/remove-x64-build-github-actions
Closed

Remove x64 builds from GitHub Actions workflows#26
Mika3578 with Copilot wants to merge 2 commits into
vs2022from
copilot/remove-x64-build-github-actions

Conversation

Copilot AI commented Nov 12, 2025

Copy link
Copy Markdown

Removes x64 (64-bit) platform builds from CI/CD workflows, retaining only Win32 (32-bit) debug and release configurations.

Changes

  • build-emule.yml: Removed x64 from build matrix in build and build-debug jobs
  • release.yml: Removed x64 from build matrix in build-release job and deleted x64 artifact download step in create-installer job
# Before
strategy:
  matrix:
    platform: [Win32, x64]

# After  
strategy:
  matrix:
    platform: [Win32]

Reduces CI resource usage by ~50% (1 platform vs 2).

Original prompt

Remove x64 build in github actions, only windows 32 debug and release


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Mika3578 <58137747+Mika3578@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove x64 build from GitHub Actions workflow Remove x64 builds from GitHub Actions workflows Nov 12, 2025
Copilot AI requested a review from Mika3578 November 12, 2025 04:49
@Mika3578 Mika3578 closed this Nov 12, 2025
@Mika3578
Mika3578 deleted the copilot/remove-x64-build-github-actions branch November 12, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants