diff --git a/bucket/fq.json b/bucket/fq.json index 1d5d46478e..928129d5f5 100644 --- a/bucket/fq.json +++ b/bucket/fq.json @@ -7,6 +7,10 @@ "64bit": { "url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip", "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", @@ -15,6 +19,9 @@ "architecture": { "64bit": { "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" } } }