Add GreptimeDB Alpine service packaging
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
This commit is contained in:
13
bin/greptimedb
Executable file
13
bin/greptimedb
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env -S mise tool-stub
|
||||
# GrepTimeDB 1.0.2 release binary.
|
||||
|
||||
version = "1.0.2"
|
||||
bin = "greptime"
|
||||
|
||||
[platforms.linux-x64]
|
||||
url = "https://github.com/GreptimeTeam/greptimedb/releases/download/v1.0.2/greptime-linux-amd64-v1.0.2.tar.gz"
|
||||
checksum = "sha256:1ad1f9312ce18a49494434cf52cf9fa00093c4712728508bff4578d060fb2d89"
|
||||
|
||||
[platforms.linux-arm64]
|
||||
url = "https://github.com/GreptimeTeam/greptimedb/releases/download/v1.0.2/greptime-linux-arm64-v1.0.2.tar.gz"
|
||||
checksum = "sha256:e6567f5d97fd34b876b5653c22877c238a1633ecbe26b3b7c22b95892656c39c"
|
||||
Reference in New Issue
Block a user