Gujiawei-Edinburgh opened a new issue, #223:
URL: https://github.com/apache/bifromq/issues/223

   # Missing Arch for Docker image
   I found that the [docker build 
script](https://github.com/apache/bifromq/blob/main/release/docker-build.sh) 
only use the docker daemon arch, which will cause miss other arch, e.g., `arm64`
   
   The build command should be something like
   ```
   docker buildx build \
     -f "$dockerfile" \
     --platform linux/amd64,linux/arm64 \
     --build-arg BIFROMQ_VERSION="$version" \
     -t "$tag" \
     "$context_dir" \
     --push
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to