Noah Jahn
Noah Jahn
I figured I might be able to provide some insight here (I realize this is a very old PR). I was looking at this and the original answer actually doesn't...
A workaround is to just add the `postgresql-client` in a Dockerfile pulling from the Craft image: ```dockerfile FROM craftcms/nginx:8.0 USER root RUN apk --no-cache add postgresql-client && \ USER www-data...
If it helps anyone, I was able to use cache from previous builds in the shared GitLab Runner using the docker in docker service using Buildkit: ``` docker:build: stage: build...
@MGibson1 the goal for this PR is to make it easier for others looking to install the CLI on other platforms. So, rather than having to clone the repository and...
> @noahjahn It seems like this change requires linux ARM architecture to build these new artifacts. Is my understanding correct? @joseph-flinn That would be one way to do it, but...
> @noahjahn I've ran your changes through our CI pipelines. Could you take a look and see if you can get a successful CI pass? For security purposes, all CI...
> @joseph-flinn Any updates on this? 🙏 I have not finished the implementation yet. Turns out it was a little more involved with having to actually introduce a new build...
> > @noahjahn It seems like this change requires linux ARM architecture to build these new artifacts. Is my understanding correct? > > @joseph-flinn That would be one way to...
> Really looking forward to using Bitwarden cli for external secrets on my arm64 clusters, but it seems after nearly 1 year of the PR we don't have any arm64...
> @noahjahn I apologize for the extremely delayed response 😞 > > > For now, I can take out the ARM builds for Mac and Windows and just add Linux...