Skip to content

Commit

Permalink
Fix aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 10, 2024
1 parent 268816d commit c5e9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
name: Run build (aarch64 linux)
with:
args: sh -c ".github/scripts/build.sh '--ghc-options=-split-sections -optl-static'"
args: sh -c ".github/scripts/build.sh '--ghc-options=-split-sections' '--enable-executable-static'"
env:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
Expand Down

0 comments on commit c5e9d04

Please sign in to comment.