fix image/2

This commit is contained in:
2025-05-06 01:06:59 +02:00
parent 0a67d0a4eb
commit e47b4ec1e2
4 changed files with 14 additions and 7 deletions

View File

@@ -4,8 +4,7 @@
"slug": "minio",
"description": "MinIO Server S3-compatible object storage server",
"arch": [
"amd64",
"aarch64"
"amd64"
],
"startup": "services",
"boot": "auto",
@@ -38,7 +37,6 @@
"bucket": "str"
},
"build_from": {
"amd64": "homeassistant/amd64-addon-base:latest",
"aarch64": "homeassistant/aarch64-addon-base:latest"
"amd64": "homeassistant/amd64-addon-base:latest"
}
}