mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Bump 3.9.0 release
This commit is contained in:
parent
adb7b4d7bf
commit
780ce2df61
7 changed files with 1077 additions and 1420 deletions
4
build.sh
4
build.sh
|
@ -52,8 +52,10 @@ go generate
|
|||
cd ..
|
||||
echo "Compiling for Linux..."
|
||||
env GOOS=linux GOARCH=amd64 go build -mod=vendor -trimpath -o bin/documize-community-linux-amd64 ./edition/community.go
|
||||
echo "Compiling for macOS..."
|
||||
echo "Compiling for macOS Intel..."
|
||||
env GOOS=darwin GOARCH=amd64 go build -mod=vendor -trimpath -o bin/documize-community-darwin-amd64 ./edition/community.go
|
||||
echo "Compiling for macOS ARM..."
|
||||
env GOOS=darwin GOARCH=arm64 go build -mod=vendor -trimpath -o bin/documize-community-darwin-arm64 ./edition/community.go
|
||||
echo "Compiling for Windows..."
|
||||
env GOOS=windows GOARCH=amd64 go build -mod=vendor -trimpath -o bin/documize-community-windows-amd64.exe ./edition/community.go
|
||||
echo "Compiling for ARM..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue