From 5019f02b3936a86069136f0eb2f9252ffe56b62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 15 Jan 2020 13:23:08 +0900 Subject: [PATCH] Have to disable debug-info in two config files. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6570118f4..08454a7e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,6 +98,7 @@ jobs: # disable debug-info because we don't want a 800MB image sed --in-place 's/debug-info: true/debug-info: false/' debian/config/defines + sed --in-place 's/debug-info: true/debug-info: false/' debian/config/amd64/defines # apply debian patches debian/bin/genorig.py ../linux-$KERNEL_VERSION.tar.xz