mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
Merge #1666
1666: Proposed fix for ARM binary on RHEL r=irevoire a=kappa-wingman https://github.com/meilisearch/MeiliSearch/issues/1410 Co-authored-by: Kappa Wingman <64772920+kappa-wingman@users.noreply.github.com>
This commit is contained in:
commit
148a896cca
8
.github/workflows/publish-binaries.yml
vendored
8
.github/workflows/publish-binaries.yml
vendored
@ -42,11 +42,13 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: uraimo/run-on-arch-action@v1.0.7
|
- uses: uraimo/run-on-arch-action@v2.1.1
|
||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
architecture: aarch64 # aka ARMv8
|
arch: aarch64 # aka ARMv8
|
||||||
distribution: ubuntu18.04
|
distro: ubuntu18.04
|
||||||
|
env: |
|
||||||
|
JEMALLOC_SYS_WITH_LG_PAGE: 16
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y curl gcc make
|
apt install -y curl gcc make
|
||||||
|
Loading…
Reference in New Issue
Block a user