Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker images for use with docker buildx #211

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

caspiano
Copy link
Contributor

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

@straight-shoota
Copy link
Member

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?

@caspiano
Copy link
Contributor Author

@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.

@miry
Copy link
Contributor

miry commented Nov 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants