We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492d5a commit 012df70Copy full SHA for 012df70
.github/workflows/release.yml
@@ -26,11 +26,11 @@ jobs:
26
features: "--features mimalloc"
27
file_name: openobserve-${{ github.ref_name }}-linux-amd64-musl
28
file_ext: .tar.gz
29
- - arch: aarch64-unknown-linux-musl
30
- os: ubuntu-2004-8-cores
31
- features: "--features mimalloc"
32
- file_name: openobserve-${{ github.ref_name }}-linux-arm64-musl
33
- file_ext: .tar.gz
+ # - arch: aarch64-unknown-linux-musl
+ # os: ubuntu-2004-8-cores
+ # features: "--features mimalloc"
+ # file_name: openobserve-${{ github.ref_name }}-linux-arm64-musl
+ # file_ext: .tar.gz
34
- arch: aarch64-unknown-linux-gnu
35
os: ubuntu-2004-8-cores
36
0 commit comments