mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Build for armv7 instead armhf (#124)
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.18.0.2] - 2022-12-07
|
||||||
|
|
||||||
|
- Internal: Build image also for ARMv7
|
||||||
|
|
||||||
## [1.18.0.1] - 2022-12-07
|
## [1.18.0.1] - 2022-12-07
|
||||||
|
|
||||||
- Background change only: Change to ghcr container registry and new build process
|
- Internal: Change to ghcr container registry and new build process
|
||||||
|
|
||||||
## [1.18.0] - 2022-11-25
|
## [1.18.0] - 2022-11-25
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armhf": "thomx/fr24feed-piaware:1.18.0",
|
"armv7": "thomx/fr24feed-piaware:1.18.0",
|
||||||
"aarch64": "thomx/fr24feed-piaware:1.18.0",
|
"aarch64": "thomx/fr24feed-piaware:1.18.0",
|
||||||
"amd64": "thomx/fr24feed-piaware:1.18.0"
|
"amd64": "thomx/fr24feed-piaware:1.18.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ slug: adsb-multi-portal-feeder
|
|||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
|
||||||
usb: true
|
usb: true
|
||||||
version: 1.18.0.1
|
version: 1.18.0.2
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
description: Dump1090 based feeder for FlightRadar24, FlightAware and more
|
description: Dump1090 based feeder for FlightRadar24, FlightAware and more
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.3 // 07.12.2022
|
||||||
|
|
||||||
|
- Internal: Build image also for ARMv7
|
||||||
|
|
||||||
## 1.1.2 // 01.12.2022
|
## 1.1.2 // 01.12.2022
|
||||||
|
|
||||||
- Fix permission error - part 3
|
- Fix permission error - part 3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armhf": "ghcr.io/home-assistant/armhf-base-debian:buster",
|
"armv7": "ghcr.io/home-assistant/armhf-base-debian:buster",
|
||||||
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
|
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
|
||||||
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
|
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
slug: angryipscanner
|
slug: angryipscanner
|
||||||
name: Angry IP Scanner
|
name: Angry IP Scanner
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
||||||
@@ -6,7 +6,7 @@ description: Fast and friendly network scanner
|
|||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- armhf
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_entry: novnc/vnc_lite.html?scale=yes
|
ingress_entry: novnc/vnc_lite.html?scale=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user