Skip to content

Commit 012df70

Browse files
authored
fix: comment out the musl build for arm64 for now (#1909)
1 parent a492d5a commit 012df70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
features: "--features mimalloc"
2727
file_name: openobserve-${{ github.ref_name }}-linux-amd64-musl
2828
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
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
3434
- arch: aarch64-unknown-linux-gnu
3535
os: ubuntu-2004-8-cores
3636
features: "--features mimalloc"

0 commit comments

Comments
 (0)