Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/dotextensions-build
https://github.com/cedric05/dotextensions-build
hacktoberfest2022
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/dotextensions-build
- Owner: cedric05
- License: unlicense
- Created: 2021-02-28T08:59:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:15:31.000Z (2 months ago)
- Last Synced: 2024-10-25T00:56:32.479Z (2 months ago)
- Topics: hacktoberfest2022
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotextensions-build
Github action generates executables for
---
os| arch
--|---
windows|x86_64
linux|x86_64
linux|arm64
darwin|x86_64
darwin|arm64
---[Windows](https://docs.microsoft.com/en-us/windows/uwp/porting/apps-on-arm#win32-apps/)/ [darwin](https://support.apple.com/en-in/HT211861) has support for amd64 emulation. Native support is not yet availabile.
Arm support for linux is yet to come.