1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

add ARM64 package command

This commit is contained in:
Luke Thomas 2024-05-28 18:55:18 +01:00 committed by Michael Hollister
parent cc07f95d23
commit be7e0beeed

View file

@ -98,6 +98,15 @@ Run the following commands in the `packaging` directory.
sh package-macos.sh darwin-x64
```
## Linux ARM64
Run the following commands in the `packaging` directory.
```
sh package.sh linux-arm64
```
## Linux x64
Run the following commands in the `packaging` directory.