diff options
| author | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2022-08-01 15:09:45 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2022-08-01 15:09:45 +0200 |
| commit | caf8a6454a0ee4a045537cfdbe5ab859b3dc6b6d (patch) | |
| tree | 28750396f2bff1ebcf024b766da1d21e9293734a | |
| parent | 9c960731dee5692bf9dcd34d4d040ed357faf8e9 (diff) | |
| download | rust-caf8a6454a0ee4a045537cfdbe5ab859b3dc6b6d.tar.gz rust-caf8a6454a0ee4a045537cfdbe5ab859b3dc6b6d.zip | |
Set linker
| -rw-r--r-- | .github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abc0a34c5ee..56ee876cf1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,6 +20,7 @@ env: FETCH_DEPTH: 0 # pull in the tags for the version string MACOSX_DEPLOYMENT_TARGET: 10.15 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc + CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHD_LINKER: arm-linux-gnueabihf-gcc jobs: dist: |
