Skip to content

Commit 359f931

Browse files
committed
Add aarch64-linux to native platforms
1 parent f32a1bf commit 359f931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/litestream/upstream.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module Upstream
44

55
# rubygems platform name => upstream release filename
66
NATIVE_PLATFORMS = {
7+
"aarch64-linux" => "litestream-#{VERSION}-linux-arm64.tar.gz",
78
"arm64-darwin" => "litestream-#{VERSION}-darwin-arm64.zip",
89
"arm64-linux" => "litestream-#{VERSION}-linux-arm64.tar.gz",
910
"x86_64-darwin" => "litestream-#{VERSION}-darwin-amd64.zip",

0 commit comments

Comments
 (0)