There was an error while loading. Please reload this page.
1 parent 214f4a2 commit 098a792Copy full SHA for 098a792
1 file changed
.github/workflows/build_iso.yml
@@ -43,6 +43,9 @@ jobs:
43
cp *.sh aports/scripts/
44
cd aports/scripts/
45
46
+ # Fix mkimage.sh (https://gitlab.alpinelinux.org/alpine/aports/-/issues/17946)
47
+ sed -i 's/--no-chown//' mkimage.sh
48
+
49
./mkimage.sh \
50
--tag ${version}-$(date +%y%m%d) \
51
--arch x86_64 \
0 commit comments