Skip to content

Commit

Permalink
Update releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x90d authored Dec 27, 2024
1 parent 42ff391 commit 50633ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
kind: ['linux', 'windows', 'macOS', 'macOSarm64']
kind: ['linux', 'windows', 'macOS', 'macOSarm64', 'linuxarm64']
include:
- kind: linux
os: ubuntu-latest
Expand All @@ -26,6 +26,10 @@ jobs:
os: windows-latest
target: osx-arm64
name: osx-arm64
- kind: linuxarm64
os: ubuntu-latest
target: linux-arm64
name: linux-arm64

runs-on: ${{ matrix.os }}

Expand All @@ -34,7 +38,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: '9.0.x'
- name: Declare some variables
id: vars
shell: bash
Expand Down

0 comments on commit 50633ca

Please sign in to comment.