Compare commits

...

1 Commits

Author SHA1 Message Date
Ruihang Xia
1bd53567b4 try to run on self-hosted runner
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
2023-06-13 16:01:50 +08:00

View File

@@ -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"