Skip to content

Skip unsupported windows/arm release asset build#22

Merged
Kanti merged 2 commits into
masterfrom
copilot/fix-release-job-failure
Jul 15, 2026
Merged

Skip unsupported windows/arm release asset build#22
Kanti merged 2 commits into
masterfrom
copilot/fix-release-job-failure

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

The release GitHub Actions job was failing in the asset build step because the release matrix included windows/arm, which is not a supported Go target. This change narrows the failure to the unsupported combination without affecting valid release artifacts.

  • Release asset target handling

    • Add an explicit release-assets/windows.arm rule in Makefile
    • Treat windows/arm the same way darwin/arm is already handled: skip it as unsupported
  • Behavioral impact

    • Preserve all currently supported release assets
    • Avoid failing the entire release workflow on one invalid GOOS/GOARCH pair
release-assets/darwin.arm:
	echo "not supported"

release-assets/windows.arm:
	echo "not supported"

Copilot AI changed the title [WIP] Fix failing GitHub Actions job release Skip unsupported windows/arm release asset build Jul 15, 2026
Copilot finished work on behalf of Kanti July 15, 2026 11:44
Copilot AI requested a review from Kanti July 15, 2026 11:44
Copilot finished work on behalf of Kanti July 15, 2026 11:46
@Kanti Kanti marked this pull request as ready for review July 15, 2026 11:46
@Kanti Kanti merged commit 1b9d2ed into master Jul 15, 2026
4 checks passed
@Kanti Kanti deleted the copilot/fix-release-job-failure branch July 15, 2026 11:48
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