[
https://issues.apache.org/jira/browse/DRILL-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889456#comment-17889456
]
ASF GitHub Bot commented on DRILL-8260:
---------------------------------------
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
```
> Publish aarch64 Docker images
> -----------------------------
>
> Key: DRILL-8260
> URL: https://issues.apache.org/jira/browse/DRILL-8260
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.20.1
> Reporter: James Turton
> Priority: Minor
>
> Promoted from [this Github
> issue|https://github.com/apache/drill/issues/2589]. The original reporter
> suggests adding the following arguments to the docker build.
> {code:java}
> docker build --platform linux/arm64/v8, linux/amd64 the rest of
> parameters{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)