Remove unsuported arch

This commit is contained in:
SebClem 2024-08-13 15:35:35 +02:00
parent 8d9e4396b4
commit 1081896816
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
2 changed files with 2 additions and 7 deletions

View File

@ -92,10 +92,7 @@ jobs:
arch_value: linux/amd64
- arch: armv7
arch_value: linux/arm/v7
- arch: i386
arch_value: linux/386
- arch: armhf
arch_value: linux/arm/v6
steps:
- uses: actions/checkout@v3

View File

@ -16,9 +16,7 @@
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
"armv7"
],
"boot": "auto",
"hassio_api": true,