mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 13:22:55 +02:00
use go build
on publish
This commit is contained in:
@@ -10,7 +10,7 @@ fi
|
|||||||
OS=$(go env GOOS)
|
OS=$(go env GOOS)
|
||||||
ARCH=$(go env GOARCH)
|
ARCH=$(go env GOARCH)
|
||||||
|
|
||||||
make app
|
go build .
|
||||||
|
|
||||||
# Create a new tag if it doesn't exist.
|
# Create a new tag if it doesn't exist.
|
||||||
if ! git rev-parse v$VERSION >/dev/null 2>&1; then
|
if ! git rev-parse v$VERSION >/dev/null 2>&1; then
|
||||||
|
Reference in New Issue
Block a user