distribution-scripts icon indicating copy to clipboard operation
distribution-scripts copied to clipboard

Update docker images for use with docker buildx

Open caspiano opened this issue 3 years ago • 3 comments

This includes support of aarch64 builds. Additions of further platforms are limited by docker builder platform support.

Adds scripts/shallow-clone.sh to fetch a single reference (tag, sha1, branch) from a remote.

GC_VERSION has been bumped from 8.2.0 to 8.2.2

Libs are built with -O3 instead of -O2

caspiano avatar Dec 13 '22 17:12 caspiano

What's the reason for shallow-clone.sh? This should work with passing --branch and --depth 1 to the existing git clone commands. Note that --branch also takes tags. It just won't work with commit hashes, so I suppose that would be the only use case that requires this script instead of using vanilla git commands?

straight-shoota avatar Dec 13 '22 17:12 straight-shoota

@straight-shoota I took heed of discussion in #52. I think having the option to use a commit in addition to other references is useful enough to warrant the script.

caspiano avatar Dec 13 '22 18:12 caspiano

Hi @caspiano. I wonder what the status of this PR?

miry avatar Nov 10 '23 12:11 miry