overlay profiles: Keep using old binary package format for now

Looks like portage has changed its default from xpak to gpkg, and our
scripts are not yet ready for this change.
This commit is contained in:
Krzesimir Nowak 2024-01-10 17:36:42 +01:00
parent 8149c48fdd
commit 819d64d700

View File

@ -130,3 +130,6 @@ BINPKG_COMPRESS=bzip2
# Enable cgo by default. Required for the docker device-mapper driver to compile.
CGO_ENABLED=1
# Keep using old binary format for now.
BINPKG_FORMAT=xpak