mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01:00
Proposed fix for ARM binary on RHEL
https://github.com/meilisearch/MeiliSearch/issues/1410
This commit is contained in:
parent
0d01c0e935
commit
b444e2e074
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