pjueon / JetsonGPIO

A C++ library that enables the use of Jetson's GPIOs
MIT License
285 stars 102 forks source link

Docker Image CI fails #87

Closed pjueon closed 1 year ago

pjueon commented 1 year ago

I don't know why, but the Docker Image CI fails. Here's the error:

#6 [base 2/5] RUN apt-get update
#6 0.429 .buildkit_qemu_emulator: /bin/sh: Invalid ELF image for this architecture
#6 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update" did not complete successfully: exit code: 255
------
 > [base 2/5] RUN apt-get update:
#6 0.429 .buildkit_qemu_emulator: /bin/sh: Invalid ELF image for this architecture
------
Dockerfile:25
--------------------
  23 |     FROM nvcr.io/nvidia/l4t-base:r32.4.3 AS base
  24 |     
  25 | >>> RUN apt-get update 
  26 |     RUN apt-get install git build-essential cmake -y
  27 |     RUN apt-get install -y python3-pip
--------------------
ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update" did not complete successfully: exit code: 255
Error: buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get update" did not complete successfully: exit code: 255

If anyone can offer some advice or insight on this issue, I would greatly appreciate it.

pjueon commented 1 year ago

Fixed by PR #94 Closing this issue.