Skip to content

Commit

Permalink
feat: improve containerfile and bump 3rd party deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Feb 22, 2024
1 parent d2a5eb8 commit 4368684
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 @@ -229,7 +229,7 @@ jobs:
source .github/workflows/scripts/prep-build-env.sh
# Compile the desired target
build-rust-static-bin ${{ matrix.target }}
build-rust-static-bin ${{ matrix.target }}
# Translate ${{ matrix.target }} to rust target triple
export TARGET_TRIPPLE=$(bash .github/workflows/scripts/translate-arch-to-rust-tripple.sh ${{ matrix.target }})
Expand Down

0 comments on commit 4368684

Please sign in to comment.