Skip to content

Commit

Permalink
feat: added windows arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Dec 17, 2024
1 parent bccf6b5 commit bef22f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- macos-arm
- macos-universal
- windows-x86
- windows-arm
include:
- name: linux-x86-gnu
os: ubuntu-latest
Expand Down Expand Up @@ -85,6 +86,13 @@ jobs:
target: x86_64-pc-windows-msvc
archiver: 7z
asset: hl-windows.zip
- name: windows-arm
os: windows-latest
family: windows
arch: aarch64
target: aarch64-pc-windows-msvc
archiver: 7z
asset: hl-windows.zip

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bef22f2

Please sign in to comment.