Skip to content

Update Mac Release Name To Reflect Proper Architecture Arm64#27

Merged
afujiwara-roblox merged 2 commits intomasterfrom
afujiwara-roblox-patch-1
Apr 13, 2026
Merged

Update Mac Release Name To Reflect Proper Architecture Arm64#27
afujiwara-roblox merged 2 commits intomasterfrom
afujiwara-roblox-patch-1

Conversation

@afujiwara-roblox
Copy link
Copy Markdown
Contributor

Closes #25

The mac rocale-cli binaries is tagged as x86_64 when it is actually arm64. We should update the release name to reflect that.

file ./rocale-cli
./rocale-cli: Mach-O 64-bit executable arm64

Comment thread .github/workflows/release.yml Outdated
- name: Zip release artifacts
run: |
zip -rj rocale-cli-macos-x86_64.zip ./artifacts/rocale-cli-macos-x86_64/*
zip -rj rocale-cli-macos-arm64.zip ./artifacts/rocale-cli-macos-x86_64/*
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should we rename the upload-artifact step as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yeah let's be consistent

@afujiwara-roblox afujiwara-roblox merged commit 61fda15 into master Apr 13, 2026
2 checks passed
@afujiwara-roblox afujiwara-roblox deleted the afujiwara-roblox-patch-1 branch April 13, 2026 19:52
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.

[Feature] Support macos arm builds

2 participants