mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 09:42:10 +01:00
make ollama
binary executable on build
This commit is contained in:
parent
d112c15d58
commit
639288bf2b
@ -8,6 +8,7 @@ CGO_ENABLED=1 GOARCH=amd64 go build -o dist/ollama-darwin-amd64
|
||||
lipo -create -output dist/ollama dist/ollama-darwin-arm64 dist/ollama-darwin-amd64
|
||||
rm dist/ollama-darwin-amd64 dist/ollama-darwin-arm64
|
||||
codesign --deep --force --options=runtime --sign "$APPLE_IDENTITY" --timestamp dist/ollama
|
||||
chmod +x dist/ollama
|
||||
|
||||
# build and sign the mac app
|
||||
npm install --prefix app
|
||||
|
Loading…
x
Reference in New Issue
Block a user