mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
835d17e736
commit
8c41abcbd6
|
@ -1,6 +1,6 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/tursodatabase/turso-cli/archive/refs/tags/v{{version}}.tar.gz
|
url: git+https://github.com/tursodatabase/turso-cli
|
||||||
strip-components: 1
|
ref: v{{version}}
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: tursodatabase/turso-cli/tags
|
github: tursodatabase/turso-cli/tags
|
||||||
|
@ -11,7 +11,6 @@ provides:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- echo "{{version}}" > internal/cmd/version.txt
|
|
||||||
- go mod download
|
- go mod download
|
||||||
- go generate --tags=prod ./...
|
- go generate --tags=prod ./...
|
||||||
- go build $ARGS -ldflags="$LDFLAGS" ./cmd/turso
|
- go build $ARGS -ldflags="$LDFLAGS" ./cmd/turso
|
||||||
|
|
Loading…
Reference in a new issue