Skip to content

Commit 0528031

Browse files
authored
prepare for ARM builds (#374)
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 542b0d6 commit 0528031

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest GitHub Release](https://img.shields.io/github/v/release/vim/vim-win32-installer)](https://github.com/vim/vim-win32-installer/releases/latest)
44

55

6-
# Vim Installer and Archives (Win32 and Win64)
6+
# Vim Installer and Archives (Win32, Win64, ARM64)
77

88
This is a project for building Nightly and Stable Vim Windows build snapshots
99
automatically ([more information](https://vim.fandom.com/wiki/Where_to_download_Vim)).
@@ -17,6 +17,9 @@ PATH variable. The installer will do that automatically and provide some
1717
additional extensions (e.g. Edit with Vim menu).
1818
The `gvim...pdb.zip` file only contains the corresponding pdb files for debugging the binaries.
1919

20+
## ARM64
21+
ARM64 builds is currently being worked on. Will occassionally be provided until it is fully automatic.
22+
2023
If you need a dynamic interface to Perl, Python2, Python3, Ruby, <del>TCL,</del> Lua or
2124
Racket/MzScheme, make sure you also install the following. Vim will work
2225
without it, but some Plugin might need this additional dependency. (e.g.

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,16 @@ deploy:
112112
32-bit installer (*If you don't know what to use, use this one*)
113113
* [![gvim_$(VIMVER)_x64.exe](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64.exe.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64.exe)
114114
64-bit installer
115+
<!--
116+
* [![gvim_$(VIMVER)_arm64.exe](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_arm64.exe.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_arm64.exe)
117+
ARM 64-bit installer
118+
-->
115119
* [![gvim_$(VIMVER)_x86.zip](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x86.zip.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x86.zip)
116120
32-bit zip archive
117121
* [![gvim_$(VIMVER)_x64.zip](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64.zip.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64.zip)
118122
64-bit zip archive
123+
* [![gvim_$(VIMVER)_arm64.zip](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_arm64.zip.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_arm64.zip)
124+
ARM 64-bit zip archive
119125
* [![gvim_$(VIMVER)_x86_pdb.zip](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x86_pdb.zip.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x86_pdb.zip)
120126
pdb files for debugging the corresponding 32-bit executable
121127
* [![gvim_$(VIMVER)_x64_pdb.zip](https://img.shields.io/github/downloads/$(APPVEYOR_REPO_NAME)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64_pdb.zip.svg?label=downloads&logo=vim)]($(URL)/$(APPVEYOR_REPO_TAG_NAME)/gvim_$(VIMVER)_x64_pdb.zip)

0 commit comments

Comments
 (0)