Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stulda authored May 31, 2024
1 parent a502603 commit 03c225b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release
strategy:
matrix:
kind: ['linux', 'windows', 'macOS']
kind: ['linux', 'windows', 'macOS', 'linux-arm', 'windows-arm', 'macOS-arm']
include:
- kind: linux
os: ubuntu-latest
Expand All @@ -20,13 +20,13 @@ jobs:
- kind: macOS
os: macos-latest
target: osx-x64
- kind: linux
- kind: linux-arm
os: ubuntu-latest
target: linux-arm64
- kind: windows
- kind: windows-arm
os: windows-latest
target: win-arm64
- kind: macOS
- kind: macOS-arm
os: macos-latest
target: osx-arm64
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 03c225b

Please sign in to comment.