[PR #450] [MERGED] Adding support for Universal Binary for MacOS on M1 #547

Closed
opened 2026-02-28 14:33:24 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (8)

  • efc17c8 adding universal binary support
  • 1abcbdd Update build.yml
  • 2587f61 seperate aarch64 build from bundling process
  • b1377e7 seperate further
  • 40f82e6 Little hacky fix for cargo bundle not building both (aarch64 and x86)
  • 70cf99c Changing name
  • af55841 Change name
  • defe3da Change 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.
image


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

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/450 **Author:** [@dscso](https://github.com/dscso) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`efc17c8`](https://github.com/jpochyla/psst/commit/efc17c8e5bbee57a9340ce9c8587d9898e842901) adding universal binary support - [`1abcbdd`](https://github.com/jpochyla/psst/commit/1abcbdd04b14210a280cf2628602546c7474e4a7) Update build.yml - [`2587f61`](https://github.com/jpochyla/psst/commit/2587f61716d61421821210f49b3a6230af4ab35e) seperate aarch64 build from bundling process - [`b1377e7`](https://github.com/jpochyla/psst/commit/b1377e7be4105fa1e8063ee47c5045faa223cb3e) seperate further - [`40f82e6`](https://github.com/jpochyla/psst/commit/40f82e62ce8aa0d0adfa34057379999ee451eb57) Little hacky fix for cargo bundle not building both (aarch64 and x86) - [`70cf99c`](https://github.com/jpochyla/psst/commit/70cf99c26e5b8a5eac991496709a7db70531e8a1) Changing name - [`af55841`](https://github.com/jpochyla/psst/commit/af5584147b56639c72723cd1a2754ee4ae652403) Change name - [`defe3da`](https://github.com/jpochyla/psst/commit/defe3da49fe2e02c885060ff3db8513823ccf320) Change README link ### 📊 Changes **2 files changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+14 -4) 📝 `README.md` (+1 -1) </details> ### 📄 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. <img width="887" alt="image" src="https://github.com/jpochyla/psst/assets/6866008/2da15e3c-18d1-4be5-baef-c78d0d41159d"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#547
No description provided.