We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f95be4 commit 2bd733aCopy full SHA for 2bd733a
1 file changed
pkg/docker-engine/scripts/pkg-rpm-build.sh
@@ -67,7 +67,7 @@ if [ -n "$(xx-info variant)" ]; then
67
fi
68
69
case "$PKG_RELEASE" in
70
- centos8|centos9|oraclelinux*)
+ centos7|centos8|centos9|oraclelinux*)
71
rpmDefine+=(--define "_without_btrfs 1")
72
export DOCKER_BUILDTAGS="exclude_graphdriver_btrfs $DOCKER_BUILDTAGS"
73
;;
0 commit comments