Skip to content

Commit

Permalink
Release action: add aarch64-apple-darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 28, 2022
1 parent 88cf8bd commit 183fed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
use-cross: true,
}
- { target: x86_64-apple-darwin, arch: darwin, os: macos-latest }
- { target: aarch64-apple-darwin, arch: darwin, os: macos-latest }
- { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 }
- { target: x86_64-pc-windows-gnu, arch: win64, os: windows-2019 }
env:
Expand Down

0 comments on commit 183fed3

Please sign in to comment.