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
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Hi Team,
I have been working on building Linux/ARM64 docker image for front-end.
Buildx is a utility to build and push docker images for both amd64 and arm64 in a same tag, I have used it and successfully built and pushed the image to docker hub. Please have a look at the changes here.
For using buildx we must merge both build.sh and push.sh scripts into one script and I have used below command to build and push.
Do you have any plans for releasing arm64 image?
If interested, I will raise a PR.
The text was updated successfully, but these errors were encountered:
odidev
changed the title
microservices-demo/front-end is missing an official docker image for Linux/ARM64
Require Linux/ARM64 Docker Image for microservices-demo/front-end
Aug 4, 2021
odidev
changed the title
Require Linux/ARM64 Docker Image for microservices-demo/front-end
Require Linux/ARM64 Docker Image for front-end
Aug 4, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Team,
I have been working on building Linux/ARM64 docker image for front-end.
Buildx is a utility to build and push docker images for both amd64 and arm64 in a same tag, I have used it and successfully built and pushed the image to docker hub. Please have a look at the changes here.
For using buildx we must merge both build.sh and push.sh scripts into one script and I have used below command to build and push.
Do you have any plans for releasing arm64 image?
If interested, I will raise a PR.
The text was updated successfully, but these errors were encountered: