Skip to content

Commit

Permalink
add mac m1,m2, compaitable versions to auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
visnkmr committed Aug 28, 2023
1 parent 0741be2 commit 6708f78
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push:
# branches:
# - main
branches:
- main
# - 'v*'

jobs:
Expand Down Expand Up @@ -50,25 +50,25 @@ jobs:
fail-fast: false
matrix:
settings:
# - host: macos-latest
# target: x86_64-apple-darwin
# os: darwin
# arch: amd64
# - host: macos-latest
# target: aarch64-apple-darwin
# os: darwin
# arch: arm64
# - host: windows-latest
# target: x86_64-pc-windows-msvc
# arch: amd64
# - host: ubuntu-latest
# target: x86_64-unknown-linux-gnu
# os: linux
# arch: amd64
- host: macos-latest
target: x86_64-apple-darwin
os: darwin
arch: amd64
- host: macos-latest
target: aarch64-apple-darwin
os: darwin
arch: arm64
- host: windows-latest
target: x86_64-pc-windows-msvc
arch: amd64
- host: ubuntu-latest
target: aarch64-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
os: linux
arch: arm64
arch: amd64
# - host: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# os: linux
# arch: arm64

name: ${{ matrix.settings.target }}
runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit 6708f78

Please sign in to comment.