mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-06 04:09:53 -06:00
[release] v0.8.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
@@ -129,7 +129,7 @@ func UpdatePorts(finalPorts []string) error {
|
||||
version := "latest"
|
||||
|
||||
// if arm
|
||||
if runtime.GOARCH == "arm" {
|
||||
if runtime.GOARCH == "arm64" {
|
||||
version = "latest-arm64"
|
||||
}
|
||||
|
||||
|
||||
@@ -592,7 +592,7 @@ func SelfRecreate() error {
|
||||
version := "latest"
|
||||
|
||||
// if arm
|
||||
if runtime.GOARCH == "arm" {
|
||||
if runtime.GOARCH == "arm64" {
|
||||
version = "latest-arm64"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user