added arm specific strip command

This commit is contained in:
epi
2021-03-05 09:34:23 -06:00
parent 56a1144865
commit a52bd10340

View File

@@ -49,7 +49,7 @@ jobs:
args: --release --target=${{ matrix.target }}
- name: Strip symbols from binary
run: |
strip -s ${{ matrix.path }}
strip -s ${{ matrix.path }} || arm-linux-gnueabihf-strip -s ${{ matrix.path }}
- name: Build tar.gz for homebrew installs
if: matrix.type == 'ubuntu-x64'
run: |