Skip to content

Chore: Don't build Windows ARM binary#1086

Merged
chpl merged 2 commits intomainfrom
chore-dont-build-windows-arm
Mar 9, 2026
Merged

Chore: Don't build Windows ARM binary#1086
chpl merged 2 commits intomainfrom
chore-dont-build-windows-arm

Conversation

@chpl
Copy link
Contributor

@chpl chpl commented Mar 9, 2026

Issue & Steps to Reproduce / Feature Request

new go version doesn't supported GOOS/GOARCH pair windows/arm

Solution

exclude it

@chpl chpl self-assigned this Mar 9, 2026
@github-actions github-actions bot added the chore label Mar 9, 2026
@chpl chpl requested a review from yarden-fishler-dev March 9, 2026 09:41
@chpl chpl changed the title Don't build Windows ARM binary Chore: Don't build Windows ARM binary Mar 9, 2026
…github-script

The pullreminders/label-when-approved-action was removed from GitHub.
Replace it with actions/github-script@v8 using the Octokit API directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pull_number,
});

const approvals = reviews.data.filter(r => r.state === 'APPROVED');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also check the identity of the approver? or is that done in a different place?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's part of the GH permissions who can and cannot approve.

@github-actions github-actions bot added the ready to merge PR approved - can be merged once the PR owner is ready label Mar 9, 2026
@chpl chpl merged commit 0c6df96 into main Mar 9, 2026
5 checks passed
@chpl chpl deleted the chore-dont-build-windows-arm branch March 9, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore github-actions ready to merge PR approved - can be merged once the PR owner is ready

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants