Skip to content

Commit

Permalink
Strip debug symbols from arm64 mac builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed Jun 14, 2023
1 parent 98afe8a commit fc15004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: ${{ env.CARGO }} build --verbose --release ${{ env.TARGET_FLAGS }}

- name: Strip release binary (linux and mac)
if: matrix.build == 'linux' || matrix.build == 'macos'
if: matrix.build == 'linux' || matrix.build == 'macos' || matrix.build == 'macos-arm64'
run: strip "target/${{ matrix.target }}/release/search-edeks"

- name: Strip release binary (arm)
Expand Down

0 comments on commit fc15004

Please sign in to comment.