We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4548213 commit fff6383Copy full SHA for fff6383
1 file changed
.github/workflows/release.yaml
@@ -145,7 +145,7 @@ jobs:
145
- name: Build ${{ matrix.platform.name }} binary
146
uses: actions-rs/cargo@v1
147
env:
148
- JEMALLOC_SYS_WITH_LG_PAGE: '16'
+ JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '16' || '4' }}
149
# We use cross-rs if not running on x86_64 architecture on Linux
150
with:
151
command: build
0 commit comments