Skip to content

Commit d59e175

Browse files
committed
bashing my head through a fucking wall
1 parent c26313e commit d59e175

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.ci/linux/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ root=$(cd "$(dirname $0)/../.." && pwd)
2727
cargo=${CARGO:-cargo}
2828
rustflags=${RUSTFLAGS:-}
2929
cargoflags=${CARGOFLAGS:-}
30+
target=${BUILDTARGET:-}
3031
arch=""
3132

3233
if noelware::arch::x86_64; then

.ci/macos/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ root=$(cd "$(dirname $0)/../.." && pwd)
2727
cargo=${CARGO:-cargo}
2828
rustflags=${RUSTFLAGS:-}
2929
cargoflags=${CARGOFLAGS:-}
30+
target=${BUILDTARGET:-}
3031

3132
arch=""
3233
if noelware::arch::x86_64; then

.github/workflows/Release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@ jobs:
9191
elif [ "$RUNNER_OS" == "Linux" ]; then
9292
BUILDFLAGS="${{matrix.flags}} --target=${{matrix.target}}" \
9393
RUSTFLAGS="${{matrix.rustflags}}" \
94+
BUILDTARGET="${{matrix.target}}" \
9495
.ci/linux/release
9596
else
9697
BUILDFLAGS="${{matrix.flags}} --target=${{matrix.target}}" \
9798
RUSTFLAGS="${{matrix.rustflags}}" \
99+
BUILDTARGET="${{matrix.target}}" \
98100
.ci/macos/release
99101
fi
100102

0 commit comments

Comments
 (0)