Skip to content

Commit

Permalink
ci: update strip command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 27, 2024
1 parent 1dcc657 commit 0797b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: mkdir chainsaw
- name: Build
run: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
cargo build --all --release --target aarch64-unknown-linux-gnu && strip
cargo build --all --release --target aarch64-unknown-linux-gnu && aarch64-linux-gnu-strip
target/aarch64-unknown-linux-gnu/release/chainsaw
- name: Upload binary artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0797b0f

Please sign in to comment.