Skip to content

Commit

Permalink
ci: Pass appropriate linker to aarch64 cross build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Dec 11, 2024
1 parent 21a8086 commit 0f685d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:

build_arm_linux:
name: Cross-compile for aarch64 linux
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 0f685d9

Please sign in to comment.