This commit is contained in:
Alexandre
2023-09-09 12:17:22 +02:00
parent cb5331b541
commit 6860a614ab
2 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "coderaiser/cloudcmd:latest-alpine", "aarch64": "coderaiser/cloudcmd:latest",
"amd64": "coderaiser/cloudcmd:latest-alpine", "amd64": "coderaiser/cloudcmd:latest"
"armv7": "coderaiser/cloudcmd:latest-alpine"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -1,8 +1,7 @@
{ {
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64"
"armv7"
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Cloud Commander a file manager for the web with console and editor", "description": "Cloud Commander a file manager for the web with console and editor",