We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d6102 commit 5c8b49bCopy full SHA for 5c8b49b
.github/workflows/release.yml
@@ -140,19 +140,6 @@ jobs:
140
command: build
141
args: --release --locked --target ${{ matrix.target }}
142
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
156
- name: Build AppImage
157
shell: bash
158
if: matrix.build == 'aarch64-linux' || matrix.build == 'x86_64-linux'
0 commit comments