Minor fixes, build arm32v7

This commit is contained in:
Gerrit Beine 2024-09-03 19:02:12 +02:00
parent d150cba3b3
commit f88a555402
3 changed files with 3 additions and 5 deletions

View file

@ -22,6 +22,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
tags: gbeine/fronius2mqtt:latest

View file

@ -1,6 +1,4 @@
# fronius2mqtt
A Fronius HTTP API to MQTT bridge
# fronius2mqtt - A Fronius HTTP API to MQTT bridge
Attention: This is a complete rewrite of the bridge.
While the old fronius2mqtt brigde used polling the inverters to fetch the data, the new version make use of the push feature provided by Fronius Symo.