We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c96073 commit caf8a64Copy full SHA for caf8a64
.github/workflows/release.yaml
@@ -20,6 +20,7 @@ env:
20
FETCH_DEPTH: 0 # pull in the tags for the version string
21
MACOSX_DEPLOYMENT_TARGET: 10.15
22
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
23
+ CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHD_LINKER: arm-linux-gnueabihf-gcc
24
25
jobs:
26
dist:
0 commit comments