-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
Hi @guysoft,
First of all, thanks for this project. It has been working great so far, however, I'm now stuck with the following error:
One of my modules is an update module. It runs sudo apt-get update followed by sudo apt-get upgrade -y.
On my local machine, this works just fine. I'm running Windows 10 with Docker using WSL2.
On GitHub Actions, though, that fails with the following error:
Preparing to unpack .../libc-bin_2.31-13+rpt2+rpi1+deb11u5_arm64.deb ...
Unpacking libc-bin (2.31-13+rpt2+rpi1+deb11u5) over (2.31-13+rpt2+rpi1+deb11u4) ...
Setting up libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
dpkg: error processing package libc-bin (--configure):
installed libc-bin package post-installation script subprocess returned error exit status 139
Errors were encountered while processing:
libc-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
++++ echo_red 'build failed, unmounting image...'
++++ echo -e -n '\e[91m'
++++ echo build failed, unmounting image...
This is reproducible and always fails at the exact same package.
Other info that might be important:
- GH Actions runner uses
ubuntu-latest - My base Image is the latest Pi OS Lite 64bit
Do you have any idea what I'm doing wrong?
Metadata
Metadata
Assignees
Labels
No labels