mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #450] [MERGED] Adding support for Universal Binary for MacOS on M1 #547
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#547
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/450
Author: @dscso
Created: 1/22/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @jacksongoode
Base:
master← Head:master📝 Commits (8)
efc17c8adding universal binary support1abcbddUpdate build.yml2587f61seperate aarch64 build from bundling processb1377e7seperate further40f82e6Little hacky fix for cargo bundle not building both (aarch64 and x86)70cf99cChanging nameaf55841Change namedefe3daChange README link📊 Changes
2 files changed (+15 additions, -5 deletions)
View changed files
📝
.github/workflows/build.yml(+14 -4)📝
README.md(+1 -1)📄 Description
I added support for universal binaries. The dmg contains an .app which runs native on aarch64 and x86 architecture. I tested it on my M1.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.