silkky

Results 8 comments of silkky

I forked this repo and added your fix. https://github.com/silkkycloud/jekyll-autoprefixer-re. I published a gem called jekyll-autoprefixer-re

@ilovelinux ![image](https://user-images.githubusercontent.com/77580166/229697956-1f1b7809-540e-40d3-9527-363dc52ddfa3.jpeg)

I'm using a remote SSH Docker context on MacOS running Docker Desktop to deploy stacks to my server, here's the output of `docker info` on my local system: ``` Client:...

I managed to get cross compiling on x64 working in Docker for x64 and ARM64 musl targets. I'm using the [BlackDex/rust-musl](https://github.com/BlackDex/rust-musl) image used by the [Vaultwarden project](https://github.com/dani-garcia/vaultwarden), which includes a...

@Nutomic Yep I'll open a pull request

@Nutomic I opened #3810

If your on a x64 machine maybe you could try building my Docker image locally, excluding the amd64 builder? Probably a bit easier then setting up everything for cross compiling...

I think this should work, you just need Docker installed. `docker buildx build --platform=linux/arm64 --build-arg LEMMY_VERSION=0.18.2 -t some/thing:latest .`