mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
Compare commits
1 Commits
4650935fc0
...
self-hoste
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bd53567b4 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -39,22 +39,22 @@ jobs:
|
|||||||
# The file format is greptime-<os>-<arch>
|
# The file format is greptime-<os>-<arch>
|
||||||
include:
|
include:
|
||||||
- arch: aarch64-apple-darwin
|
- arch: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: self-hosted
|
||||||
file: greptime-darwin-arm64
|
file: greptime-darwin-arm64
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
opts: "-F servers/dashboard"
|
opts: "-F servers/dashboard"
|
||||||
- arch: x86_64-apple-darwin
|
- arch: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: self-hosted
|
||||||
file: greptime-darwin-amd64
|
file: greptime-darwin-amd64
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
opts: "-F servers/dashboard"
|
opts: "-F servers/dashboard"
|
||||||
- arch: aarch64-apple-darwin
|
- arch: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: self-hosted
|
||||||
file: greptime-darwin-arm64-pyo3
|
file: greptime-darwin-arm64-pyo3
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
opts: "-F pyo3_backend,servers/dashboard"
|
opts: "-F pyo3_backend,servers/dashboard"
|
||||||
- arch: x86_64-apple-darwin
|
- arch: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: self-hosted
|
||||||
file: greptime-darwin-amd64-pyo3
|
file: greptime-darwin-amd64-pyo3
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
opts: "-F pyo3_backend,servers/dashboard"
|
opts: "-F pyo3_backend,servers/dashboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user