Skip to content

Commit 5c8b49b

Browse files
committed
chore(ci): remove the strip step from the release CI workflow
1 parent 02d6102 commit 5c8b49b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,6 @@ jobs:
140140
command: build
141141
args: --release --locked --target ${{ matrix.target }}
142142

143-
- name: Strip release binary (linux and macos)
144-
if: matrix.build == 'x86_64-linux' || endsWith(matrix.build, 'macos')
145-
run: strip "target/${{ matrix.target }}/release/hx"
146-
147-
- name: Strip release binary (arm)
148-
if: matrix.build == 'aarch64-linux'
149-
run: |
150-
docker run --rm -v \
151-
"$PWD/target:/target:Z" \
152-
rustembedded/cross:${{ matrix.target }} \
153-
aarch64-linux-gnu-strip \
154-
/target/${{ matrix.target }}/release/hx
155-
156143
- name: Build AppImage
157144
shell: bash
158145
if: matrix.build == 'aarch64-linux' || matrix.build == 'x86_64-linux'

0 commit comments

Comments
 (0)