File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ root=$(cd "$(dirname $0)/../.." && pwd)
27
27
cargo=${CARGO:- cargo}
28
28
rustflags=${RUSTFLAGS:- }
29
29
cargoflags=${CARGOFLAGS:- }
30
+ target=${BUILDTARGET:- }
30
31
arch=" "
31
32
32
33
if noelware::arch::x86_64; then
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ root=$(cd "$(dirname $0)/../.." && pwd)
27
27
cargo=${CARGO:- cargo}
28
28
rustflags=${RUSTFLAGS:- }
29
29
cargoflags=${CARGOFLAGS:- }
30
+ target=${BUILDTARGET:- }
30
31
31
32
arch=" "
32
33
if noelware::arch::x86_64; then
Original file line number Diff line number Diff line change @@ -91,10 +91,12 @@ jobs:
91
91
elif [ "$RUNNER_OS" == "Linux" ]; then
92
92
BUILDFLAGS="${{matrix.flags}} --target=${{matrix.target}}" \
93
93
RUSTFLAGS="${{matrix.rustflags}}" \
94
+ BUILDTARGET="${{matrix.target}}" \
94
95
.ci/linux/release
95
96
else
96
97
BUILDFLAGS="${{matrix.flags}} --target=${{matrix.target}}" \
97
98
RUSTFLAGS="${{matrix.rustflags}}" \
99
+ BUILDTARGET="${{matrix.target}}" \
98
100
.ci/macos/release
99
101
fi
100
102
You can’t perform that action at this time.
0 commit comments