mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-15 06:13:09 +01:00
Build for armv7 instead armhf (#124)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.3 // 07.12.2022
|
||||
|
||||
- Internal: Build image also for ARMv7
|
||||
|
||||
## 1.1.2 // 01.12.2022
|
||||
|
||||
- Fix permission error - part 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
slug: angryipscanner
|
||||
name: Angry IP Scanner
|
||||
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/
|
||||
arch:
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- aarch64
|
||||
ingress: true
|
||||
ingress_entry: novnc/vnc_lite.html?scale=yes
|
||||
|
||||
Reference in New Issue
Block a user