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
The build of Docker image is done by Docker Hub. All we needed is a new Dockerfile, so I can try to param another Docker image, with specific tag for that.
I guess docker automatically build image for linux/amd64 platform
Would that be possible to build images for arm platforms ?
I guess we should do it by adding some CI script to the current Dockerfile
Below is an example from my gitlab CI script for my projects
The purpose here is to choose platforms for which the image should be built.
Is that something feasible with current jhipster CI framework ?
The text was updated successfully, but these errors were encountered: