woodpecker-ci / plugin-git

Woodpecker plugin for cloning Git repositories
https://woodpecker-ci.org/docs/usage/workflow-syntax#clone
Apache License 2.0
16 stars 25 forks source link

Update instructions in README.md #53

Closed arnopensource closed 1 year ago

arnopensource commented 1 year ago

The docker build instruction in the readme (https://github.com/woodpecker-ci/plugin-git#docker) mention docker/Dockerfile.linux.amd64 but the repo was updated to use docker/Dockerfile.multiarch.

I'm trying to build the image manually but got no luck with that, could you provide the manual build instruction with buildx if you have them laying around ?

arnopensource commented 1 year ago

It seems like the command would be something like docker buildx build --platform linux/amd64 --tag woodpeckerci/plugin-git --output type=docker -f docker/Dockerfile.multiarch .