We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32a1bf commit 359f931Copy full SHA for 359f931
lib/litestream/upstream.rb
@@ -4,6 +4,7 @@ module Upstream
4
5
# rubygems platform name => upstream release filename
6
NATIVE_PLATFORMS = {
7
+ "aarch64-linux" => "litestream-#{VERSION}-linux-arm64.tar.gz",
8
"arm64-darwin" => "litestream-#{VERSION}-darwin-arm64.zip",
9
"arm64-linux" => "litestream-#{VERSION}-linux-arm64.tar.gz",
10
"x86_64-darwin" => "litestream-#{VERSION}-darwin-amd64.zip",
0 commit comments