File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,26 @@ export const build = async (src = ".") => {
349349 "libzstd-dev_1.4.8+dfsg-2.1_arm64.deb" ,
350350 "/build/sysroot/" ,
351351 ] )
352+ . withExec ( [
353+ "cp" ,
354+ "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so" ,
355+ "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so.5" ,
356+ ] )
357+ . withExec ( [
358+ "cp" ,
359+ "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so" ,
360+ "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so.5" ,
361+ ] )
362+ . withExec ( [
363+ "cp" ,
364+ "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so" ,
365+ "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so.0" ,
366+ ] )
367+ . withExec ( [
368+ "cp" ,
369+ "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so" ,
370+ "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so.0" ,
371+ ] )
352372 . withDirectory ( "/app" , context , { exclude } )
353373 . withDirectory ( "/app" , context , { exclude } )
354374 . withWorkdir ( "/app" )
You can’t perform that action at this time.
0 commit comments