Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Actions failed #128

Open
AhmedElkazzaz opened this issue Jun 12, 2024 · 3 comments
Open

All Actions failed #128

AhmedElkazzaz opened this issue Jun 12, 2024 · 3 comments
Labels
question Further information is requested

Comments

@AhmedElkazzaz
Copy link

AhmedElkazzaz commented Jun 12, 2024

Question

I followed the instruction for Seat Adjuster example and after pushing to GitHub ,all the Actions fail.
1-Devcontainer check Action:
Error: Dev container exec failed: (exit code: 1)

2-CI Workflow Action:
Get Native binary from Image
Run for arch in amd64; do
Error response from daemon: Could not find the file /app in container 93a255ee8ea21ca5510fd8abf5216da78bd4895b6fc13d1af9e7286bbe14c0cb

3-Build multiarch image Action
Get Native binary from Image
Run for arch in amd64 arm64; do
Error response from daemon: Could not find the file /app in container 8d0e10992d788f6734f27e07cb5d6b0ab42168014333d41015df35998df5616a

@AhmedElkazzaz AhmedElkazzaz added the question Further information is requested label Jun 12, 2024
@BjoernAtBosch
Copy link
Member

Hi Ahmed,
could you elaborate a bit more what you tried to achieve?
One hint: The Seat Adjuster example is not directly executable from within the vehicle-app-python-sdk's dev-container. Instead, it needs to be imported from the vehicle-app-python-template (or a repo "instantiated" from that).

@AhmedElkazzaz
Copy link
Author

Hello Bjoern,
Thank you for replying.
the app was working locally, but this error happened in GitHub after pushing the code .
I changed the last line in Docker file to
CMD ["/app"]
Now it is working.

@erikbosch
Copy link
Contributor

There have been some regressions in this repo, could be related to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants