jnturton commented on PR #2951: URL: https://github.com/apache/drill/pull/2951#issuecomment-2412977934
@ionutpopa, below is what happened in Docker Hub. ``` 2024-10-14T06:58:22Z Executing build hook... 2024-10-14T06:58:29Z ERROR: multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use") ``` We can read up on and try `docker buildx`. I have only skimmed the Internet but it sounds like it might resemble ``` docker buildx create --use docker buildx build --platform linux/amd64,linux/arm64 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org