Frank Elsinga

Results 1112 comments of Frank Elsinga

`nightly` is not a supported docker tag See https://github.com/louislam/uptime-kuma/security/policy (agree that we should maybe look into adding such a chanel, as #4500 drags on)

well it works on my machine.. Now I only have to convince CI and you guys ^^ ```shell docker buildx build --platform=linux/amd64,linux/arm64 . ```

Todo: - replace `name: Build ${{ matrix.target }}` with binaries extracted from the docker image (if possible, otherwise .. cry? .. or use native build platforms for this?)

Took me a while to untangle this, but this is the dependency tree ```mermaid flowchart TD docker["docker"] -- "linux-musl ONLY amd" --> lamda["lamda"] docker -- "linux-musl" --> package["package"] build["build"] --...

a less dumb architecture might be ```mermaid flowchart TD build["build"] -- "linux-musl ONLY amd" --> lamda["lamda"] build -- "linux-musl" --> package["package"] & docker["docker"] build -- "linux-gnu" --> package build --...

though this would throw away lots of the things that I like about the reproducible docker files away.. What do you two think? @nyurik @sharkAndshark Should I build the musl...

The advantage of the second architecture is that it builds the docker image at roughly double the spped, given that it uses 2 runners instead of one to build the...

I am going to take the ideas from this PR into other PRs, but this PR will not be merged. there was some valuable learning in here which I used...

It works much better, thanks. I still have a few problems with some with icu. Though, the parts from namespaces seem to be now included. (God, I hate this library...

Thanks a ton for the work you two are putting in here ♥️