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
I am trying to use slack-notification-resource on ARM64 architecture but it seems ARM64 tag is not available in Docker Hub for the same.
I have successfully built the arm64 image using command docker build -t image_name . in my ARM64 local machine.
I have added below changes in MAKEFILE:
1. I have used buildx to build and push the image for both platforms.
2. Added install tag to install buildx binary and created a new builder and switched to it.
On Dec 15, 2020, at 2:07 AM, odidev ***@***.***> wrote:
Hi Team,
I am trying to use slack-notification-resource on ARM64 architecture but it seems ARM64 tag is not available in Docker Hub for the same.
I have successfully built the arm64 image using command docker build -t image_name . in my ARM64 local machine.
I have added below changes in MAKEFILE:
1. I have used buildx to build and push the image for both platforms.
2. Added install tag to install buildx binary and created a new builder and switched to it.
Commit:
***@***.***
I have added the above changes and uploaded this image to my account using make VERSION=x.y.z release command.
ARM64 Image: https://hub.docker.com/repository/docker/odidev/slack-notification-resource
It will be very helpful if the image is released with ARM64 support. If interested, I will raise a PR with the above changes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi Team,
I am trying to use slack-notification-resource on ARM64 architecture but it seems ARM64 tag is not available in Docker Hub for the same.
I have successfully built the arm64 image using command docker build -t image_name . in my ARM64 local machine.
I have added below changes in MAKEFILE:
1. I have used buildx to build and push the image for both platforms.
2. Added install tag to install buildx binary and created a new builder and switched to it.
Commit:
odidev@d1ffe2c
I have added the above changes and uploaded this image to my account using make VERSION=x.y.z release command.
ARM64 Image: https://hub.docker.com/repository/docker/odidev/slack-notification-resource
It will be very helpful if the image is released with ARM64 support. If interested, I will raise a PR with the above changes.
The text was updated successfully, but these errors were encountered: