You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to setup some builds for quite a complex thing I'm working on (an image optimizer which runs x86 windows applications in an ARM linux container).
I actually managed to get it all working. The strange thing is though that for some reason I can only get the build to work with the github actions task named: setup-qemu-action. Whereas I can only get running the container working with qus.
If I build the container using qus then I run into a Segmentation fault. If I run the container with setup-qemu-action I also run into a segmentation fault.
This issue I'd like to focus on building the container is not working with qus but it is working with the github task setup-qemu-action.
Hey,
I'm currently trying to setup some builds for quite a complex thing I'm working on (an image optimizer which runs x86 windows applications in an ARM linux container).
I actually managed to get it all working. The strange thing is though that for some reason I can only get the build to work with the github actions task named:
setup-qemu-action
. Whereas I can only get running the container working with qus.If I build the container using qus then I run into a
Segmentation fault
. If I run the container withsetup-qemu-action
I also run into a segmentation fault.This issue I'd like to focus on building the container is not working with qus but it is working with the github task
setup-qemu-action
.Here's the build where you can see it going wrong:
https://github.com/devedse/DeveImageOptimizer/runs/2343006390?check_suite_focus=true
The yaml:
Build output:
The text was updated successfully, but these errors were encountered: