Compare commits
No commits in common. "main" and "v1.1" have entirely different histories.
@ -1,6 +1,7 @@
|
||||
# SolarControl
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Enforce a zero export (or whatever consumption you like) policy with an OpenDTU-controlled inverter and energy data from MQTT.
|
||||
@ -45,7 +46,6 @@ docker login # login to docker hub
|
||||
docker buildx create --name buildx-multi-arch
|
||||
docker buildx use buildx-multi-arch
|
||||
docker buildx build --no-cache --platform linux/amd64,linux/386,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x -t bluefox42/solarcontrol:<VERSION> -t bluefox42/solarcontrol:latest . --push
|
||||
docker logout # so that credentials are no longer stored in clear but are deleted
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user