Skip to content

Commit 84de889

Browse files
committed
ci: build arm64-windows binaries
1 parent 237cda5 commit 84de889

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
# Unfortunately, "allow-failure" is not available on GitHub Actions
6969
# (https://github.com/actions/toolkit/issues/399).
7070
# We have to use "continue-on-error", instead.
71-
- {os: windows-2022, shell: msys2, bin: form}
72-
- {os: windows-2022, shell: msys2, bin: tform}
71+
- {os: windows-2022, shell: msys2, msystem: mingw64, bin: form}
72+
- {os: windows-2022, shell: msys2, msystem: mingw64, bin: tform}
73+
- {os: windows-11-arm, shell: msys2, msystem: clangarm64, bin: form}
74+
- {os: windows-11-arm, shell: msys2, msystem: clangarm64, 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)