mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix build for renamed armv6 (#2278)
This commit is contained in:
committed by
GitHub
parent
10bb9a6abc
commit
21a86bb452
@@ -33,7 +33,7 @@ var stashReleases = func() map[string]string {
|
||||
"darwin/arm64": "stash-osx-applesilicon",
|
||||
"linux/amd64": "stash-linux",
|
||||
"windows/amd64": "stash-win.exe",
|
||||
"linux/arm": "stash-pi",
|
||||
"linux/arm": "stash-linux-arm32v6",
|
||||
"linux/arm64": "stash-linux-arm64v8",
|
||||
"linux/armv7": "stash-linux-arm32v7",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user