Skip to content

Commit

Permalink
Trying to find armv7's strip cmd name.
Browse files Browse the repository at this point in the history
- Removing unused Dockerfile
  • Loading branch information
spamwax committed Jul 18, 2022
1 parent af5ad3e commit b0f95ac
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 50 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ create_linux() {
strip_cmd="/usr/bin/arm-linux-gnueabi-strip"
fi
ls "/usr/bin/*strip*" || true
which "arm-linux-gnu-strip" || true
which "arm-linux-gnueabi-strip" || true
which "arm-linux-gnueabihf-strip" || true

cp target/"$TARGET/$BUILD_TYPE"/rmate . || true
"$strip_cmd" rmate || true
tar czvf "$artifacts" rmate
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/reusable_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,3 @@ jobs:
path: |
rmate_${{ inputs.target }}.tar.gz
if-no-files-found: warn

# release_binary:
# name: Release rmate
# runs-on: ubuntu-latest
# needs: build_binary
# if: ${{ github.ref_type == 'tag' }}
# steps:
# - uses: actions/download-artifact@v2
# with:
# name: upload-binary-artifact
# - uses: softprops/action-gh-release@v1
# with:
# fail_on_unmatched_files: false
# files: |
# rmate_${{ inputs.target }}.tar.gz
15 changes: 0 additions & 15 deletions .github/workflows/reusable_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,3 @@ jobs:
path: |
rmate_${{ inputs.target }}.zip
if-no-files-found: warn

# release_binary:
# name: Release rmate
# runs-on: ubuntu-latest
# needs: build_binary
# if: ${{ github.ref_type == 'tag' }}
# steps:
# - uses: actions/download-artifact@v2
# with:
# name: upload-binary-artifact
# - uses: softprops/action-gh-release@v1
# with:
# fail_on_unmatched_files: false
# files: |
# rmate_${{ inputs.target }}.zip
10 changes: 0 additions & 10 deletions Dockerfile-aarch64-unknown-linux-gnu

This file was deleted.

10 changes: 0 additions & 10 deletions Dockerfile-armv7-unknown-linux-gnueabihf

This file was deleted.

0 comments on commit b0f95ac

Please sign in to comment.