More build flavors for Raspberry Pi users and updated Install since we don't need users to set their own JWT Token Key. Update a typo in appsettings.json file for prod.
This commit is contained in:
parent
68268f567b
commit
f7e071dd34
3 changed files with 7 additions and 3 deletions
4
build.sh
4
build.sh
|
|
@ -105,6 +105,10 @@ then
|
|||
cd "$dir"
|
||||
Package "net5.0" "linux-x64"
|
||||
cd "$dir"
|
||||
Package "net5.0" "linux-arm"
|
||||
cd "$dir"
|
||||
Package "net5.0" "linux-arm64"
|
||||
cd "$dir"
|
||||
Package "net5.0" "linux-musl-x64"
|
||||
cd "$dir"
|
||||
Package "net5.0" "osx-x64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue