File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 14
14
" linux-ppc64" ,
15
15
" linux-s390x" ,
16
16
" linux-x64" ,
17
+ " win32-arm64" ,
17
18
" win32-ia32" ,
18
19
" win32-x64"
19
20
]
Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ PLATFORMS=$(ls platforms --ignore=win32*)
56
56
for platform in $PLATFORMS ; do
57
57
download_extract " $platform "
58
58
done
59
- download_extract " win32-ia32"
60
- download_extract " win32-x64"
59
+ for platform in arm64v8 ia32 x64; do
60
+ download_extract " win32-$platform "
61
+ done
61
62
62
63
# Common header and source files
63
64
cp -r npm/linux-x64/{include,versions.json,THIRD-PARTY-NOTICES.md} npm/dev/
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @img/sharp-libvips-win32-arm64" ,
3
+ "version" : " 1.1.0" ,
4
+ "description" : " Prebuilt libvips and dependencies for use with sharp on Windows 64-bit ARM" ,
5
+ "author" : " Lovell Fuller <npm@lovell.info>" ,
6
+ "homepage" : " https://sharp.pixelplumbing.com" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/lovell/sharp-libvips.git" ,
10
+ "directory" : " npm/win32-arm64"
11
+ },
12
+ "license" : " LGPL-3.0-or-later" ,
13
+ "funding" : {
14
+ "url" : " https://opencollective.com/libvips"
15
+ },
16
+ "preferUnplugged" : true ,
17
+ "publishConfig" : {
18
+ "access" : " public"
19
+ },
20
+ "files" : [
21
+ " lib" ,
22
+ " versions.json"
23
+ ],
24
+ "type" : " commonjs" ,
25
+ "exports" : {
26
+ "./lib" : " ./lib/index.js" ,
27
+ "./package" : " ./package.json" ,
28
+ "./versions" : " ./versions.json"
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments