diff --git a/bucket/flyctl.json b/bucket/flyctl.json index 3cdda428c5..fdaac25d68 100644 --- a/bucket/flyctl.json +++ b/bucket/flyctl.json @@ -7,6 +7,10 @@ "64bit": { "url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_x86_64.zip", "hash": "e8fe246e8203da280e934f7c34f2ececde75b98403d2636f3d6d162bc336a307" + }, + "arm64": { + "url": "https://github.com/superfly/flyctl/releases/download/v0.0.442/flyctl_0.0.442_Windows_arm64.zip", + "hash": "ed66dea704e70889ee2243a868a63a7d0af51d698181b508d3551de92f046435" } }, "bin": [ @@ -21,7 +25,13 @@ "architecture": { "64bit": { "url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_x86_64.zip" + }, + "arm64": { + "url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_arm64.zip" } + }, + "hash": { + "url": "$baseurl/checksums.txt" } } }