chore(ci): do not strip binary
This commit is contained in:
parent
5cc5995912
commit
f23ea515d4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -85,10 +85,10 @@ jobs:
|
||||||
- name: Build release binary
|
- name: Build release binary
|
||||||
run: cargo make ci-build-release ${{ matrix.target }}
|
run: cargo make ci-build-release ${{ matrix.target }}
|
||||||
|
|
||||||
# there currently seems to be an issue with strip in aarch64, TODO: investigate this
|
# this breaks on aarch64 and this if conditional isn't working for some reason: TODO: investigate
|
||||||
- name: Strip release binary
|
#- name: Strip release binary
|
||||||
if: runner.target != 'aarch64-unknown-linux-musl' && runner.target != 'aarch64-apple-darwin'
|
# if: runner.target != 'aarch64-unknown-linux-musl' && runner.target != 'aarch64-apple-darwin'
|
||||||
run: strip "target/${{ matrix.target }}/release/zellij"
|
# run: strip "target/${{ matrix.target }}/release/zellij"
|
||||||
|
|
||||||
- name: Create checksum
|
- name: Create checksum
|
||||||
id: make-checksum
|
id: make-checksum
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue