Skip to content

Commit

Permalink
Setup env var for aarch64 target linker
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzmk committed Sep 25, 2023
1 parent 8aeb5fb commit 8e70fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
RUSTFLAGS: "-C target-feature=-crt-static"
PKG_CONFIG_ALLOW_CROSS: 1
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc

strategy:
matrix:
Expand Down

0 comments on commit 8e70fbc

Please sign in to comment.