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
338 stars 81 forks source link

ATEAM-13324 Fix goreleaser builds for v1.4.0 #227

Closed bdebyl closed 1 year ago

bdebyl commented 1 year ago

Fixes #218

Proposed Changes

Description

Goreleaser fails building for any Windows architecture due to issues with an upstream dependency. It seems in the past we disable failing platforms, even if we want to support them, as this allows us to go forward whilst the upstream dependencies tackle the relevant issues.

Checklist

N/A due to CI and release process fixes unrelated to application code.