Skip to content

Commit

Permalink
build: remove aarch64-unknown-linux-gnu and universal-apple-darwin ta…
Browse files Browse the repository at this point in the history
…rgets from release.yml (#30)

The aarch64-unknown-linux-gnu and universal-apple-darwin targets have been removed from the release.yml file to simplify the build process. This is a build commit and does not introduce any new features or fix any bugs.
  • Loading branch information
DieHard073055 authored May 3, 2023
1 parent 4786077 commit de77417
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
# Universal macOS binary is supported as universal-apple-darwin.
- target: universal-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit de77417

Please sign in to comment.