Skip to content

Commit

Permalink
fix(pipeline): rust target triple conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jan 18, 2023
1 parent d94a925 commit 1702f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
build-rust-static-bin ${{ matrix.target }}
# Translate ${{ matrix.target }} to rust target triple
export TARGET_TRIPPLE=$(bash translate-arch-to-rust-tripple.sh)
export TARGET_TRIPPLE=$(bash translate-arch-to-rust-tripple.sh ${{ matrix.target }})
echo "TARGET_TRIPPLE=${TARGET_TRIPPLE}"
echo "TARGET_TRIPPLE=${TARGET_TRIPPLE}" >> $GITHUB_ENV
Expand Down

0 comments on commit 1702f67

Please sign in to comment.