-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
base: master
Are you sure you want to change the base?
Conversation
Allows checking out a single reference (sha1, branch, tag) by pre-fetching the reference when adding an origin on a new repository. This greatly speeds up clones of large projects.
What's the reason for |
@straight-shoota I took heed of discussion in #52. |
Hi @caspiano. I wonder what the status of this PR? |
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.2Libs are built with -O3 instead of -O2