Hi, I am exploring plugin development for drone. I’ve the created the project using drone-plugins/boilr-plugin
.
I’ve configured the builds at https://cloud.drone.io/dheerajkhardwal/drone-maven. But the builds are failing at linux-* > publish
step with following error:
Step 1/8 : FROM plugins/base:mulitarch
77 manifest for plugins/base:mulitarch not found
78 time=“2019-12-27T14:45:37Z” level=fatal msg=“exit status 1”
I checked out drone-plugins/drone-github-release-download
, which is also using plugins/base
image, and it’s recent build was successful.
Am I missing something here?