Felix van Oost
Felix van Oost
@Thomas-Ganter @lidaling I have a PR open (#1487) to build and release both `arm64` and `amd64` images. Give it a try if you have time!
@mariotoffia @marcelstoer I have an open PR (#1487) to build both `arm64` and `amd64` variants of the base image, which will allow you to run Kroki natively without Rosetta. All...
> [`stack` (build tool) does not currently support ARM64](https://github.com/commercialhaskell/stack/issues/2103) so, for now, I think it's not possible to produce an ARM64 compatible version of `erd`. Stack has `arm64` binaries available...
It should be pretty trivial to build an `arm64` binary for Erd using emulation. I did take a look at doing this using cross-compilation to keep the build time as...
There was a [PR merged upstream](https://github.com/BurntSushi/erd/pull/108) in November 2022 that added a workflow to build and release Docker images of Erd, but no new tags have been created since the...
I opened a PR in Erd (https://github.com/BurntSushi/erd/pull/115) to build and release a multi-arch Docker image (`arm64` and `amd64`). If it gets merged upstream I'll open a corresponding PR here to...
@iriswang233 My PR was merged upstream in late October, but the CI job that builds the Docker image (https://github.com/BurntSushi/erd/actions/runs/6777159699) failed because the maintainer of Erd needs to set up an...
@ggrossetie any thoughts on the preferred approach?
@ggrossetie I saw the announcement a couple of months ago; would you consider joining the beta? Looks like it's only available to business accounts for now. Is there anything I...
@ggrossetie I don't have one currently but can create one if it helps. The `kroki-builder-dvisvgm` code in the existing Dockerfile works for both `amd64` and `arm64` as long as each...