Skip to content

Build vanilla alpine bindists

Matthew Pickering requested to merge wip/dynamic-alpine into master

NOTE: I need to add disableValidate modifying before merging this patch but wanted to test the job on a validate pipeline first.

We currently attempt to build and distribute fully static alpine bindists (ones which could be used on any linux platform) but most people who use the alpine bindists want to use alpine to build their own static applications (for which a fully static bindist is not necessary). We should build and distribute these bindists for these users whilst the fully-static bindist is still unusable.

Fixes #23349 (closed)

Merge request reports