-
Notifications
You must be signed in to change notification settings - Fork 83
Description
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.