Skip to content

Commit

Permalink
ci: windows arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Feb 15, 2025
1 parent b9c5795 commit ff526a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- platform: 'ubuntu-22.04'
- platform: 'ubuntu-22.04-arm' # for Arm based linux.
- platform: 'windows-latest'
- platform: 'windows-latest' # for Windows ARM64
args: '--target aarch64-pc-windows-msvc'
runs-on: ${{ matrix.platform }}

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- platform: 'ubuntu-22.04'
- platform: 'ubuntu-22.04-arm' # for Arm based linux.
- platform: 'windows-latest'
- platform: 'windows-latest' # for Windows ARM64
args: '--target aarch64-pc-windows-msvc'
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit ff526a9

Please sign in to comment.