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
Describe the issue
When trying to create a container on a Raspberry Pi the following error appear on the logs: ERR msg=exec container process '/sbin/tini': Exec format error
Looking up the error, it seems the image is built only for x86.
To Reproduce
Steps to reproduce the behavior:
Setup the image on a Raspberry Pi (personally I use Portainer so I just created a new stack with the contents of the docker-compose.yml)
Describe the issue
When trying to create a container on a Raspberry Pi the following error appear on the logs:
ERR msg=exec container process '/sbin/tini': Exec format error
Looking up the error, it seems the image is built only for x86.
To Reproduce
Steps to reproduce the behavior:
Additional context
Looking at the build-push-action repo and the Docker documentation it looks simply to just update the build.yml to:
But it didn't tested this change.
The text was updated successfully, but these errors were encountered: