Skip to content

Commit

Permalink
ci: drop intel mac and linux aarch64 precompiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 25, 2024
1 parent 1ea66a7 commit 33bfd4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: true }
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
- { os: ubuntu-latest, target: aarch64-unknown-linux-musl, use-cross: true }
- { os: macos-latest, target: x86_64-apple-darwin, use-cross: true }
- { os: macOS-latest, target: aarch64-apple-darwin, use-cross: true }
steps:
- name: Checkout source code
Expand Down
3 changes: 1 addition & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ NO_COLOR="$(tput sgr0 2>/dev/null || printf '')"
PROJECT="lrge"
GH_USER="mbhall88"

SUPPORTED_TARGETS="x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu \
aarch64-apple-darwin x86_64-apple-darwin"
SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-apple-darwin"

info() {
printf '%s\n' "${BOLD}${GREY}>${NO_COLOR} $*"
Expand Down

0 comments on commit 33bfd4b

Please sign in to comment.