-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Description
When running the make test-integration-cli on ARM this hello-world Docker image is used from the Dockerhub.
It fails with the following error:
Docker daemon 2.048 kB\rSending build context to Docker daemon 2.048 kB\r\r\nStep 1 : FROM hello-world:frozen\n ---> 91c95931e552\nStep 2 : RUN /hello\n ---> Running in 0b36a68d0e07\n\x1b[91mexec format error\n\x1b[0m[8] System error: exec format error\n"
It seems that the binary needs to be made specifically for the armhf architecture.
Made a first draft of an armhf compatible hello-world image here: https://github.com/hypriot/armhf-hello-world
The question is, if this should be merged with this repo or if it should remain separate?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels