浏览代码

Update guacamole arm64 build to use an arm64 instead of arm32 based image. (#314)

Robert Middleswarth 3 年之前
父节点
当前提交
65694d6740
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      template/apps/guacamole.json

+ 2 - 2
template/apps/guacamole.json

@@ -3,9 +3,9 @@
 		"Other",
 		"Tools"
 	],
-	"description": "[arm] A clientless remote desktop gateway.",
+	"description": "A clientless remote desktop gateway.",
 	"image32": "oznu/guacamole:armhf",
-	"image64": "oznu/guacamole:armhf",
+	"image64": "maxwaldorf/guacamole:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/guacamole.png",
 	"name": "guacamole",
 	"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",