Skip to content

Commit

Permalink
Skip aarch64 build on linux and windows, add arm64 build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 24, 2024
1 parent ce09731 commit db88b26
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,20 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
arch: aarch64
# - os: ubuntu-latest
# arch: aarch64
- os: ubuntu-latest
arch: x86_64
- os: macOS-latest
arch: aarch64
- os: macOS-latest
arch: arm64
- os: macOS-latest
arch: x86_64
- os: windows-latest
arch: x86_64
- os: windows-latest
arch: aarch64
# - os: windows-latest
# arch: aarch64

steps:
- name: Check out code
Expand Down

0 comments on commit db88b26

Please sign in to comment.