Skip to content

Commit edaf537

Browse files
authored
fix: Remove i386, armhf and armv7 (#821)
1 parent e9a7e98 commit edaf537

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

common/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
build_from:
22
aarch64: ghcr.io/home-assistant/aarch64-base:3.22
33
amd64: ghcr.io/home-assistant/amd64-base:3.22
4-
i386: ghcr.io/home-assistant/i386-base:3.22
5-
armhf: ghcr.io/home-assistant/armhf-base:3.22
6-
armv7: ghcr.io/home-assistant/armv7-base:3.22

zigbee2mqtt-edge/config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"hassio_api": true,
1414
"arch": [
1515
"aarch64",
16-
"amd64",
17-
"armhf",
18-
"armv7",
19-
"i386"
16+
"amd64"
2017
],
2118
"boot": "auto",
2219
"init": false,
@@ -87,4 +84,4 @@
8784
"force_onboarding": "bool?"
8885
},
8986
"image": "ghcr.io/zigbee2mqtt/zigbee2mqtt-edge-{arch}"
90-
}
87+
}

zigbee2mqtt-proxy/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"url": "https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/tree/master/zigbee2mqtt-proxy",
77
"arch": [
88
"aarch64",
9-
"amd64",
10-
"armhf",
11-
"armv7",
12-
"i386"
9+
"amd64"
1310
],
1411
"boot": "auto",
1512
"init": true,

zigbee2mqtt/config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
"hassio_api": true,
1717
"arch": [
1818
"aarch64",
19-
"amd64",
20-
"armhf",
21-
"armv7",
22-
"i386"
19+
"amd64"
2320
],
2421
"boot": "auto",
2522
"init": false,
@@ -90,4 +87,4 @@
9087
"force_onboarding": "bool?"
9188
},
9289
"image": "ghcr.io/zigbee2mqtt/zigbee2mqtt-{arch}"
93-
}
90+
}

0 commit comments

Comments
 (0)