diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 645e78c58941..96a8b4c6ba85 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -97,7 +97,7 @@ jobs: # Need to support 16kb-aligned pages for aarch64 systems, # Asahi Linux & Raspberry Pi OS use a 16k page size. # https://github.com/oxc-project/oxc/issues/3783 - case ${{ matrix.job.target }} in + case ${{ matrix.target }} in aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;; esac; cross build --release --target=${{ matrix.target }} --bin oxlint --features allocator