-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install docker buildx #29
Comments
@owenthereal did you notice that |
I just noticed this too. Logs from the build can be found here. The steps of interest is "Run douglascamata/setup-docker-macos-action@v1-alpha" and "Build client image". |
I added this step to my workflow, and it seems to do the trick: run: |
mkdir -p "${HOME}/.docker/cli-plugins"
curl -fL https://github.com/docker/buildx/releases/download/v0.16.2/buildx-v0.16.2.darwin-amd64 -o "${HOME}/.docker/cli-plugins/docker-buildx"
chmod +x "${HOME}/.docker/cli-plugins/docker-buildx" |
Looks like there is a separate formula for Thanks for the extra information, @thallgren |
It would be nice docker buildx is included as well. Thanks!
The text was updated successfully, but these errors were encountered: