Ryan Schlesinger

Results 101 comments of Ryan Schlesinger

This would be lovely. Working with the lapis test harness which is a bit like this.

@mhzawadi This is a good place to discuss automation!

Github Actions already has actions for running `bake`.

@mhzawadi I've spiked a PR here: https://github.com/ryansch/docker-unifi-rpi/pull/126 It doesn't work yet but it's a pattern I've played with before. I'm really tempted to get rid of the templates.

@mhzawadi This repo already has support for both arm and x86 via bake. See: https://github.com/ryansch/docker-unifi-rpi/blob/5cf6f5033c953386b13fe54b3f5b672fb22b89d6/templates/bake.hcl#L33

Also, we can't support arm32 at all now with our mongo dependency so `linux/arm/v7` won't work.

@alexandersperling Can you run `uname -a` and post the output here? Edit: I'm concerned that your pi is running in 32-bit mode.

@alexandersperling I'm really not sure what would cause that error. Since you have a backup, maybe try starting over? ```sh docker compose down -v docker compose up -d ``` The...

@MartinKirchner You should be able to add that directly to this wiki. Please do!

@MartinKirchner To be honest, I've never tried to update the wiki via git. Have you tried using the github web interface?