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 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
The text was updated successfully, but these errors were encountered:
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).
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.
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
The text was updated successfully, but these errors were encountered: