fq: Add arm64 architecture (#4180)

This commit is contained in:
Aliaksandr Belik 2022-11-30 08:08:14 +03:00 committed by GitHub
parent fd6b19ffd0
commit d2869f9268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
"64bit": { "64bit": {
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip", "url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip",
"hash": "af9142ee625aa9a616d4eefe21fe06ff21c113113798be39bdb1837060946555" "hash": "af9142ee625aa9a616d4eefe21fe06ff21c113113798be39bdb1837060946555"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_arm64.zip",
"hash": "615bdf52785185b4499ee2a3596b191b8ec808db8c81ecf6a2992790b979c54a"
} }
}, },
"bin": "fq.exe", "bin": "fq.exe",
@ -15,6 +19,9 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip" "url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_arm64.zip"
} }
} }
} }