Skip to content

Commit 45deb36

Browse files
committed
ci: build arm64-windows binaries
1 parent 237cda5 commit 45deb36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
# We have to use "continue-on-error", instead.
7171
- {os: windows-2022, shell: msys2, bin: form}
7272
- {os: windows-2022, shell: msys2, bin: tform}
73+
- {os: windows-11-arm, shell: msys2, bin: form}
74+
- {os: windows-11-arm, shell: msys2, bin: tform}
7375
steps:
7476
- name: Checkout repository
7577
uses: actions/checkout@v4
@@ -285,6 +287,7 @@ jobs:
285287
make_tar_gz x86_64-osx '*-macos-13/*form'
286288
make_tar_gz arm64-osx '*-macos-14/*form'
287289
make_zip x86_64-windows '*-windows-2022/*form.exe'
290+
make_zip arm64-windows '*-windows-11-arm/*form.exe'
288291
289292
- name: Summarize files for distribution
290293
run: |

0 commit comments

Comments
 (0)