StefanSchoof
StefanSchoof
On the Az Module there is https://github.com/Azure/azure-powershell/issues/14004 with a similar error message.
I downgraded to `Az.Accounts` below 2 (1.9.5) and I am able to load both modules. A downgrade of `PartnerCenter` did not help.
I think it is possible that issue #335 is caused by the same underlaying Problem
There is already a docker account for mbmd and volkszaheler.org https://hub.docker.com/u/volkszaehler. I think having vzlogger also there would be nice. Currently the dockerbuild does not run tests, see https://github.com/volkszaehler/vzlogger/blob/434198115ab41c612eb168fd6a4fb9c5ed55cf25/Dockerfile#L37. Without...
I just took the make command from the install.sh. I tested a docker build with tests. It works, but the runtime grow to 54 mins (https://github.com/StefanSchoof/vzlogger/runs/2251902640?check_suite_focus=true). Should we run the...
Nur noch armd64 und armv6 ohne Test reduziert die build time auf 15 min: https://github.com/StefanSchoof/vzlogger/runs/2252885724?check_suite_focus=true Welche builds für vzlogger sinnvoll und was zu viel ist, kann ich nicht gut bewerten....
Okay, so a GitHub action that on runs on a push on the master branch and then builds without tests and publish to docker hub. Which platforms should be build...
The I will go with armv6 and amd64. Adding a platform if someone has a use case is easy. I had serval pi installation where I installed so many things,...
So here the github action, that only runs on master
Yes, it runs, see https://github.com/StefanSchoof/vzlogger/actions/runs/721635854 The pr did build not build the docker images. This now runs only on master branch