meltwater / drone-cache

A Drone plugin for caching current workspace files between builds to reduce your build times
https://underthehood.meltwater.com/blog/2019/04/10/making-drone-builds-10-times-faster/
Apache License 2.0
339 stars 83 forks source link

Add more architectures for the docker image #160

Closed celedev97 closed 2 years ago

celedev97 commented 3 years ago

Is your feature request related to a problem? Please describe. I'd love to use this plugin in a raspberry pi 4, but the architecture is arm64, while the only architecture for the docker image is amd64. Running the image from arm64 result in this:

standard_init_linux.go:207: exec user process caused "exec format error"

Describe the solution you'd like Build and publish the image for more architectures.

jimsheldon commented 3 years ago

Hello @fcdev, we have added a arm64 docker image in v1.2.0 https://github.com/meltwater/drone-cache/releases/tag/v1.2.0

Please give it a try and write back with any feedback. Thanks!

jimsheldon commented 3 years ago

My mistake, the arm64 image is not working as expected. I will update this when it has been fixed.

jimsheldon commented 3 years ago

https://github.com/meltwater/drone-cache/releases/tag/v1.2.1 has been released which fixes the arm64 docker image. Please give it a try.

jimsheldon commented 2 years ago

The arm64 build is now available, closing this out.