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 45b18e6 commit 8f7e515Copy full SHA for 8f7e515
.github/workflows/docker.yml
@@ -75,6 +75,7 @@ jobs:
75
"apt-get update && apt-get install --assume-yes libssl-dev:arm64"
76
]
77
EOF
78
+ export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
79
cross build --release --target ${{ matrix.rust_arch }} --features optimizations
80
mv target/${{ matrix.rust_arch }}/release/dx target/dx.${{ matrix.docker_arch }}
81
0 commit comments