https://github.com/bennythink/lipo-linux
https://github.com/bennythink/lipo-linux
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennythink/lipo-linux
- Owner: BennyThink
- Created: 2022-09-12T11:30:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T14:53:28.000Z (over 3 years ago)
- Last Synced: 2025-10-28T23:03:53.109Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lipo-linux
lipo - create or operate on universal files
# Usage
```shell
docker run --rm -v $(pwd):/app/ bennythink/lipo-linux -create -output universal amd64 arm64
```
For more usage information, please refer to `man lipo`
# Reference
https://www.jviotti.com/2021/07/23/a-deep-dive-on-macos-universal-binaries.html