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
After cloning the repository, I attempted to build the Docker image using the provided shell file and directly using docker commands.
Results:
[ 9/10] RUN /home/worker/bin/robocorp-workforce-agent-core init --log-level TRACE --rcc-exec-path /home/worker/bin/rcc:
#0 0.361 qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
failed to solve: executor failed running [/bin/sh -c /home/worker/bin/robocorp-workforce-agent-core init --log-level TRACE --rcc-exec-path /home/worker/bin/rcc]: exit code: 255
Based on research this is likely due to M1 MacBook system. Tried specifying linux platform in docker-compose, resulting in different errors.
Achieved a successful build using Google Cloud Build remotely.
The text was updated successfully, but these errors were encountered:
After cloning the repository, I attempted to build the Docker image using the provided shell file and directly using docker commands.
Results:
Based on research this is likely due to M1 MacBook system. Tried specifying linux platform in docker-compose, resulting in different errors.
Achieved a successful build using Google Cloud Build remotely.
The text was updated successfully, but these errors were encountered: