Skip to content

ci: arm64 binaries #1518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ci: arm64 binaries #1518

wants to merge 1 commit into from

Conversation

raylu
Copy link

@raylu raylu commented Feb 28, 2025

Copy link
Owner

@arxanas arxanas left a comment

Choose a reason for hiding this comment

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

Sorry for the delay, I haven't had time to review much lately.

nit: Can you squash the commits together and change the commit message prefix from build: to ci:?

@@ -4,7 +4,7 @@ name: Build binaries for GitHub release

on:
release:
types: [created, edited, published]
types: [edited, published]
Copy link
Owner

Choose a reason for hiding this comment

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

question: Why did you remove created here? Don't we still want to build release binaries in that case (particularly to know before publishing the release if there's any issues)?

Copy link
Author

Choose a reason for hiding this comment

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

the action is triggered twice for each release (see run 1 and 2 here https://github.com/raylu/git-branchless/actions/workflows/release.yml)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Indeed, it seems like created and published may be redundant in some situations:

So, if I understand correctly, it looks like created and published may both run if a release is published w/o being first saved as a draft. That said, if the exist config is working for us, it makes sense to me to leave it as it until we can look into it more.

@raylu
Copy link
Author

raylu commented Jun 1, 2025

nit: Can you squash the commits together and change the commit message prefix from build: to ci:?

sorry, I'm blind and didn't notice this until just now. done!

@raylu raylu changed the title build: arm64 binaries ci: arm64 binaries Jun 1, 2025
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.

arm builds
3 participants