mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
WIP: use pigz fork
This commit is contained in:
parent
d4263d0fa2
commit
50b71d87cb
@ -21,7 +21,7 @@ DEFAULT_HTTP_IMAGE_URL_TEMPLATE="@PROTO@://${BUILDCACHE_SERVER}/images/@ARCH@/@V
|
||||
|
||||
if ! command -v pigz > /dev/null; then
|
||||
# No PIGZ on Flatcar
|
||||
PIGZ="docker run --rm -i ghcr.io/flatcar-linux/pigz --fast"
|
||||
PIGZ="docker run --rm -i ghcr.io/jepio/pigz --fast"
|
||||
fi
|
||||
|
||||
CI_GIT_AUTHOR="flatcar-ci"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user